Android Runtime Detection Support For ARM NEON
authorBobby Salazar <bobby8934@gmail.com>
Tue, 13 Dec 2011 07:03:16 +0000 (02:03 -0500)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 13 Dec 2011 07:03:16 +0000 (02:03 -0500)
commit6b9d6a91ed4a85f27d7e5824ce2a63f37876e937
treee33c6c50ad56862ec52b1eb49ce509b58cf8038d
parent84450c411cc93309bb1d1b1f555640b3ad105500
Android Runtime Detection Support For ARM NEON

This patch adds runtime detection support for the ARM NEON fast paths
for code compiled with the Android NDK. This is the only code change
needed to enable the ARM NEON pixman fast paths for the ever growing
Android platform (200 million+ smartphones, tablets, etc.). Just make
sure to #define USE_ARM_NEON in your makefile.
pixman/pixman-cpu.c