Our app uses the foursquare API, and I'm interested in how compiling with armv7 architecture impacts:
- location accuracy
- speed (floating point calculations)
Does compiling with armv6 architecture provide any relative benefit in terms of location accuracy or speed of floating point calculations?
Has anyone tested this to measure the actual difference? Or is it too small to be of any consequence?
I'm wondering if it's worth it to use a hybrid armv6/armv7 build to improve these two performance elements, even if it results in a nominal increase in the app filesize?
Thanks.