We do, depending on how you count it.
There’s two major widths in a processor. The data register width and the address bus width, but even that is not the whole story. If you go back to a processor like the 68000, the classic 16-bit processor, it has:
- 32-bit data registers
- 16- bit ALU
- 16-bit data bus
- 32-bit address registers
- 24-bit address bus
If you look at a Zen 4 core it has:
- 64-bit data registers
- 512-bit AVX data registers
- 6 x 64-bit integer ALUs
- 4 x 256-bit AVX ALUs
- 2 x 128-bit data bus to DDR5 (dual edge 64-bit)
- ~40-bits of addressable physical RAM
So, what do you want to call this processor?
64-bit (integer width), 128-bit (physical data bus width), 256-bit (widest ALU) or 512-bit (widest register width)?
just_another_person@lemmy.world 4 months ago
Is this a question?
We haven’t even come close to exhausting 64-bit addresses yet. If you think the bit number makes things faster, it’s technically the opposite.
jwr1@kbin.earth 4 months ago
It's a link to an article I found interesting. It basically details why we're still using 64-bit CPUs, just as you mentioned.
fmstrat@lemmy.nowsci.com 4 months ago
Comment OP must never learn anything new. Good find.
Technus@lemmy.zip 4 months ago
We don’t even have true 64-bit addressing yet. x86-64 uses only 48 bits of a 64 bit address and 64-bit ARM can use anything between 40 and 52 depending on the specific configuration.
just_another_person@lemmy.world 4 months ago
Voroxpete@sh.itjust.works 4 months ago
For the people who don’t know the answer? Yes.
Not everything you see is intended for your consumption. Let people enjoy learning things.
Cocodapuf@lemmy.world 4 months ago
I know a teacher who who likes to say:
“I believe there really is no such thing as a dumb question. As long as it’s an honest question (not rhetorical or sarcastic), then it’s a genuine request for more information. So even if it’s coming from a place of extreme ignorance, asking a question is an attempt to learn something, and the effort should be applauded.”
Cethin@lemmy.zip 4 months ago
Yeah, 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.
otp@sh.itjust.works 4 months ago
Woah, meta.
Yes, it is.
This is not a question, though.