This commit is contained in:
Konstantinos Margaritis
2021-05-12 13:25:41 +03:00
parent 3f35a2be37
commit 5171627e3b
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