check for __ARM_NEON instead as it's defined in arm64 as well

This commit is contained in:
Konstantinos Margaritis 2014-10-21 18:08:50 +00:00
parent b50e5bc816
commit 87524922dc

View File

@ -180,7 +180,7 @@
#undef bool
#undef vector
#undef pixel
#elif defined __ARM_NEON__
#elif defined __ARM_NEON
#define EIGEN_VECTORIZE
#define EIGEN_VECTORIZE_NEON
#include <arm_neon.h>