Y
Hacker News
new
|
ask
|
show
|
jobs
by
garmaine
3045 days ago
Most CPUs do not support 128-bit integer math. They would do do 64-bit integer ops with carry. In most architectures that would be no different in code size from a 64-bit op followed by a 32-bit op.