Linked by Tony Bourke on Thu 22nd Jan 2004 21:29 UTC
When running tests, installing operating systems, and compiling software for my Ultra 5, I came to the stunning realization that hey, this system is 64-bit, and all of the operating systems I installed on this Ultra 5 (can) run in 64-bit mode.
Permalink for comment
To read all comments associated with this story, please click here.
> One hint: floating point registers.
> They are usually 64bits and therefore applications that make
> heavy use of floating point variables/registers directly
> benefit from a 64bit binary.
Note "that make heavy use of floating point variables/registers directly"
Maybe not the best wording; maybe I should've said
"that often directly use floating point registers"
or even
"that often load/store floating point registers"
Your examples are brilliant, as they show exactly what I wanted to express.
> You are wrong.
Ummm, I disagree. Read on.
I posted earlier:
> One hint: floating point registers.
> They are usually 64bits and therefore applications that make
> heavy use of floating point variables/registers directly
> benefit from a 64bit binary.
Note "that make heavy use of floating point variables/registers directly"
Maybe not the best wording; maybe I should've said
"that often directly use floating point registers"
or even
"that often load/store floating point registers"
Your examples are brilliant, as they show exactly what I wanted to express.