this post was submitted on 08 Sep 2023
43 points (100.0% liked)

Furry Technologists

1521 readers
1 users here now

Science, Technology, and pawbs

founded 2 years ago
MODERATORS
 

For once I actually feel excited about processors again

you are viewing a single comment's thread
view the rest of the comments
[โ€“] agressivelyPassive@feddit.de 11 points 2 years ago (1 children)

x86 is increasingly a complexity monster. I'm pretty sure, a substantial part of the instructionset is hardly ever used by modern programs, yet Intel has to maintain them.

And if you look at all the hardware security incidents, they all originated in attempts to squeeze the last drops of performance from an old architecture.

[โ€“] dragontamer@lemmy.world 6 points 2 years ago

You know that ARM and RISC-V are both subject to Specter attacks right? Any out-of-order processor (which is every modern CPU, not just x86) are subject to Specter.

All CPUs perform speculative execution and branch prediction.