this post was submitted on 22 Nov 2023
0 points (50.0% liked)

Hardware

48 readers
5 users here now

A place for quality hardware news, reviews, and intelligent discussion.

founded 1 year ago
MODERATORS
 

This is just a nitpicking question. Do Intel chips still have some space/transistors dedicated to SSE3? If they do, why can't they implement SSE3 by other, more powerful instrutions (like AVX) to save die space?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 11 months ago

The x86 instructions go through a translation layer that turns them into CPU specific instructions (microcode). So the CPU doesn't need any specific hardware to be compatible with these old instructions, it just needs to know how to get the same result with microcode.