First you need to find exactly what kind of CPU it has. Then go to the manufactures web site and download the docs on programming there 3d acceleration hardware, there you should see either a VFP(vector floating point) or a SIMD integer unit. Anyhow the native number format used internally will have to match the acceleration hardware.
On Jan 7, 2:13 pm, Peter Eastman <[email protected]> wrote: > That looks like a lot of interesting and useful performance > information, but I didn't actually see any answers to my questions > there. In fact, the only discussion of fixed point versus floating > point was in relation to a physics algorithm. I don't have questions > about my physics code, because I'll be writing it mvyself. :) It's the > behavior of OpenGL that I don't know about.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

