Re: [android-developers] android floating point hardware support

2010-02-22 Thread David Turner
The HTC Dream doesn't have an FPU, or we would be using it :-) The Verizon Droid and Google Nexus One do have one though. Keep in mind that "VFP" is really an umbrella for different ARM FPU technologies: If I remember correctly: VFPv1 is now obsolete VFPv2 is an optional instruction set for ARMv

[android-developers] android floating point hardware support

2010-02-22 Thread tdom...@googlemail.com
I'm currently developing a application on a HTC Dream aka T-mobile G1. afaik the processor has a FPU coprocessor, called VFP (Vector Floating Point) in ARM terms. So far I couldn't find any information about if the FPU is used for floating point calculations or if those are emulated in software. do