this post was submitted on 28 Nov 2023
1 points (100.0% liked)
Hardware
48 readers
5 users here now
A place for quality hardware news, reviews, and intelligent discussion.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
And to think that processors started out at 4-bits, the Intel 4004, the first general purpose microprocessor. That didn't last long as it quickly transitioned to 8-bits so that it could go from being a calculator to a text processor as conventional text is represented as an 8-bit number, even though only 7 bits are technically required.
After that, the processor word length depended more upon addressing limitations, as it went from 16-bits to 32-bits to, finally, 64-bits. Then it stopped. However, GPU's have taken it to 128 bits and multiples thereof (no longer strictly powers of 2) such as 384 bits for the GeForce 4090, just for sheer data bandwidth.
I'm not a processor developer, so maybe I got somethings wrong.
384bit is the memory bus width. AMD's Fiji (r9 290x) had a 512-bit bus in 2013. Not to be confused with data types used for calculations.