simd disable
parent
325508e807
commit
c6a54f5106
|
@ -22,13 +22,12 @@
|
||||||
#if defined(__AVX__) || defined(__AVX2__)
|
#if defined(__AVX__) || defined(__AVX2__)
|
||||||
|
|
||||||
#include <immintrin.h>
|
#include <immintrin.h>
|
||||||
|
#include <xmmintrin.h>
|
||||||
|
|
||||||
#else
|
#else
|
||||||
//#warning AVX is not available.
|
//#warning AVX is not available.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <xmmintrin.h>
|
|
||||||
|
|
||||||
namespace blt
|
namespace blt
|
||||||
{
|
{
|
||||||
class simd
|
class simd
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7ef2e733416953b222851f9a360d7fc72d068ee5
|
Subproject commit 10368163ab1f4367d2f0685b5928b1c973ebd1ec
|
Loading…
Reference in New Issue