Please consider adding "-mfpu=neon -marm -mtune=cortex-a15" to compile flags when running tests:
- -mfpu=neon will enable use of NEON SIMD unit (similar to SSE on x86). Ubuntu defaults don't have NEON enabled to support Tegra2 that lacks it, which also results in only half float registers being available.
- -marm will generate ARM code instead of Thumb2, which may result in better performance
- -mtune=cortex-a15 will, well, tune code for A15


Reply With Quote
