mirror of
https://github.com/aicodix/code.git
synced 2026-04-28 09:43:11 +00:00
added doubled NEON wrappers
This commit is contained in:
parent
ca2e77b282
commit
9c11c2ff03
2 changed files with 1064 additions and 0 deletions
1063
neon_double.hh
Normal file
1063
neon_double.hh
Normal file
File diff suppressed because it is too large
Load diff
1
simd.hh
1
simd.hh
|
|
@ -1506,6 +1506,7 @@ static inline SIMD<double, WIDTH> vshuf(SIMD<double, WIDTH> a, SIMD<uint64_t, WI
|
||||||
|
|
||||||
#ifdef __ARM_NEON
|
#ifdef __ARM_NEON
|
||||||
#include "neon.hh"
|
#include "neon.hh"
|
||||||
|
#include "neon_double.hh"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue