I Compiled it with the android-ndk-r8d with the attached build_native.sh script.
> * What platform are you testing on?The device I am testing on is an SP8810 device. here is the content of the cpuinfo
root@android:/ # cat /proc/cpuinfoProcessor : ARMv7 Processor rev 1 (v7l)
For the "-fprefetch-loop-arrays",I enabled it by appending option "-O3 -fprefetch-loop-arrays", but there seems no improvement.