On Oct 20, 6:11 pm, joelt <[email protected]> wrote: > Is there a way to determine if the system supports floating point? > That way, I could choose between two algorithms to use.
All Android systems support floating point, but I assume you're trying to figure out if FP is handled by hardware rather than software. One approach is to read /proc/cpuinfo and look for "vfp" on the "Features" line. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

