Index: Bitcode/simd_ops/simd_ops.cpp =================================================================== --- Bitcode/simd_ops/simd_ops.cpp +++ Bitcode/simd_ops/simd_ops.cpp @@ -6,7 +6,7 @@ #define posix_memalign(p, a, s) (((*(p)) = _aligned_malloc((s), (a))), *(p) ?0 :errno) #endif -#if defined(__aarch64__) +#if defined(__aarch64__) || defined(__arm__) #define FACTOR 5 #else #define FACTOR 1