Evas: Neon: Do neon test if ARM...

Not ARM 70.  So this should you know... turn on the neon test.

SVN revision: 55317
This commit is contained in:
Brett Nash 2010-12-06 07:53:33 +00:00
parent 4a55d2bda4
commit f2e4cc5555
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ evas_common_cpu_init(void)
if (getenv("EVAS_CPU_NO_VIS"))
cpu_feature_mask &= ~CPU_FEATURE_VIS;
#endif /* __SPARC__ */
#if defined(__ARM_ARCH__) && (__ARM_ARCH__ >= 70)
#if defined(__ARM_ARCH__)
#ifdef BUILD_NEON
cpu_feature_mask |= CPU_FEATURE_NEON *
evas_common_cpu_feature_test(evas_common_cpu_neon_test);