Check the correct macro for ARM Neon support

This commit is contained in:
Chris Robinson 2012-08-15 01:32:17 -07:00
parent 2e18baa3c8
commit 6ebeb3b4f7

View File

@ -98,7 +98,7 @@ void FillCPUCaps(ALuint capfilter)
}
#endif
#endif
#ifdef HAVE_ARM_NEON_H
#ifdef HAVE_NEON
/* Assume Neon support if compiled with it */
caps |= CPU_CAP_NEON;
#endif