Hello,

i have a general question about fixed point maths: for the math intensive part of my project, i've replaced floats with fixed points. i'm using the __int32 type for that. it's much faster than using floats on my x86 machine, but when i try it on my x64 bit windows 7 machine, the float variant is much faster.

i have no clue why...
please help me out