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

Furry Technologists

1280 readers
1 users here now

Science, Technology, and pawbs

founded 1 year 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
[โ€“] dragontamer@lemmy.world 0 points 1 year ago (1 children)

Itanium, XScale (ARM), Altera FPGAs, Intel Arc GPUs, Intel 8051, Larabee.

Intel has repeatedly tried (and with $Billions invested in Itanium particularly) to build a new architecture. It just turns out that x86 is way better than anyone ever expected in practice.

AVX512 is very well designed in any case. Intel knows what they're doing. If you want cool assembly instructions, I suggest learning AVX512 as well as the PEXT and PDEP instructions. I'll pointout the AVX512 compression and expansion instructions in particular, as proof that Intel's engineers really know what SIMD-compute and how its useful.


Intel Arc GPUs are also interesting, though not as commercially successful as AMD or NVidia, it shows that Intel has substantial investments into SIMD compute patterns as well.

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.