Hello all,
I'd like to split a 64-bits word (hold as a floating point number) into
two 32-bits words (hold as integers). Bitwise operators are working on
Integers, not on floating point.
Anyone can tell me how I can do this?
Yannick
I'd like to split a 64-bits word (hold as a floating point number) into
two 32-bits words (hold as integers). Bitwise operators are working on
Integers, not on floating point.
Anyone can tell me how I can do this?
Yannick
Comment