jwr1@kbin.earth to Technology@lemmy.world · 7 个月前Why we don't have 128-bit CPUswww.xda-developers.comexternal-linkmessage-square120fedilinkarrow-up1286arrow-down116
arrow-up1270arrow-down1external-linkWhy we don't have 128-bit CPUswww.xda-developers.comjwr1@kbin.earth to Technology@lemmy.world · 7 个月前message-square120fedilink
minus-squareJustin@lemmy.jlh.namelinkfedilinkEnglisharrow-up1·edit-27 个月前Ah fair enough, I figured that since the registers are 512 bit, that they’d support 512 bit math. It does look like you can load/store and do binary operations on 512-bit numbers, at least. Not much difference between 8x64 and 512 when it comes to integer math, anyways. Add and subtract are completely identical.
Ah fair enough, I figured that since the registers are 512 bit, that they’d support 512 bit math.
It does look like you can load/store and do binary operations on 512-bit numbers, at least.
Not much difference between 8x64 and 512 when it comes to integer math, anyways. Add and subtract are completely identical.