mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 14:30:36 +00:00
added tripled and quadrupled versions
This commit is contained in:
parent
b7bce346ff
commit
992c83933d
3 changed files with 2162 additions and 0 deletions
2
simd.hh
2
simd.hh
|
|
@ -1507,6 +1507,8 @@ static inline SIMD<double, WIDTH> vshuf(SIMD<double, WIDTH> a, SIMD<uint64_t, WI
|
|||
#ifdef __ARM_NEON
|
||||
#include "neon.hh"
|
||||
#include "neon_double.hh"
|
||||
#include "neon_triple.hh"
|
||||
#include "neon_quadruple.hh"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue