PDA

View Full Version : Float?


Fistandantilus
11-03-2003, 08:02 AM
Can you use float variables in the code? If you can, does it have a good performance?

Dragon
11-03-2003, 10:12 AM
Yes, you can use floats but it is not advisable. The ARM7 and ARM9 processors that are used in phones do not have hardware floating point processing, so it will all go through slow floating point emulations.