This commit is contained in:
Konstantinos Margaritis
2021-05-12 13:25:41 +03:00
committed by Konstantinos Margaritis
parent 7c6e47c95b
commit c15018286a
2 changed files with 403 additions and 1 deletions

View File

@@ -33,7 +33,7 @@
typedef __m128i m128;
#endif
#if !defined(m128) && defined(HAVE_AVX2)
#if !defined(m256) && defined(HAVE_AVX2)
typedef __m256i m256;
#endif