mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 22:35:44 +00:00
added support for aarch64
__ARM_NEON__ is not defined on gcc anymore ..
This commit is contained in:
parent
f2ebaf4504
commit
986059694e
4 changed files with 8 additions and 5 deletions
2
simd.hh
2
simd.hh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue