Comment on Why we don't have 128-bit CPUs
Cethin@lemmy.zip 4 months agoYeah, 64 bit handles almost all use cases we have. Sometimes we want double the precision (a double) or length (a long), but we can do that without being 128-bit. It’s harder to do half. Sure, it’d be slightly faster for some things, but it’s not significant.
sugar_in_your_tea@sh.itjust.works 4 months ago
And you can get 128-bit data to the CPU, so those things can be fast if we need them to be.
henfredemars@infosec.pub 4 months ago
And we have wide instructions that can process this data, such as for multimedia applications.
Addressing and memory size has been the historic motivator for wider registers, but it’s probably not going to be in my lifetime that I see the need for 128.