- Sep 3, 2004
- 11,060
- 1
- 0
and how is this different from a normal operation? also where did the term floating point come from?
Obviously the OP means integer operations.there is no such thing as a "normal" operation.
That's not really true - the 32->64 bit change was related to the address space. Both 32-bit and 64-bit processors use up to 64-bit floating point values (or 80, for a special x86 mode). For the very vast majority of cases, 32-bit processors could represent enough numbers.This is why desktop computing moved from 8 to 16 to 32, and now to 64 bit processors.
Originally posted by: CTho9305
Obviously the OP means integer operations.there is no such thing as a "normal" operation.
Originally posted by: CTho9305
Obviously the OP means integer operations.there is no such thing as a "normal" operation.
That's not really true - the 32->64 bit change was related to the address space. Both 32-bit and 64-bit processors use up to 64-bit floating point values (or 80, for a special x86 mode). For the very vast majority of cases, 32-bit processors could represent enough numbers.This is why desktop computing moved from 8 to 16 to 32, and now to 64 bit processors.