|
|
|
|
|
by codeflo
4573 days ago
|
|
We already have 128-bit registers for vector computations (for example, the SSE registers in x86). As for addressing 128 bits of memory: that's more than a century off even if memory continues to double every two years (which doesn't seem likely to begin with). It's actually plausible that the step to 64-bit addressing was the last one, ever. |
|
(And while one could argue that a vector register isn't a "real" general-purpose register, the primary difference is that you can't perform fullwidth arithmetic, which is of very little use > 64 bits anyway.)