mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 14:30:36 +00:00
added doubled version for AVX2
This commit is contained in:
parent
56903fc707
commit
a0d1775ce9
2 changed files with 1284 additions and 0 deletions
1283
avx2_double.hh
Normal file
1283
avx2_double.hh
Normal file
File diff suppressed because it is too large
Load diff
1
simd.hh
1
simd.hh
|
|
@ -1498,6 +1498,7 @@ static inline SIMD<double, WIDTH> vshuf(SIMD<double, WIDTH> a, SIMD<uint64_t, WI
|
|||
#if 1
|
||||
#ifdef __AVX2__
|
||||
#include "avx2.hh"
|
||||
#include "avx2_double.hh"
|
||||
#else
|
||||
#ifdef __SSE4_1__
|
||||
#include "sse4_1.hh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue