added support for aarch64

__ARM_NEON__ is not defined on gcc anymore ..
This commit is contained in:
Ahmet Inan 2023-05-05 08:03:34 +02:00
commit 986059694e
4 changed files with 8 additions and 5 deletions

View file

@ -1504,7 +1504,7 @@ static inline SIMD<double, WIDTH> vshuf(SIMD<double, WIDTH> a, SIMD<uint64_t, WI
#endif
#endif
#ifdef __ARM_NEON__
#ifdef __ARM_NEON
#include "neon.hh"
#endif
#endif