AVX2 instead of AVX__2

I swear I had fixed this already mmh

Co-authored-by: Bram Veenboer <bram.veenboer@gmail.com>
This commit is contained in:
Dantali0n
2025-10-28 20:54:09 +01:00
committed by GitHub
parent 03723c2d3b
commit 5f740f5fbf

View File

@@ -12,7 +12,7 @@ static_assert(HAVE_AVX == 0, "__AVX__ should be defined when HAVE_AVX is "
#endif
#if defined(HAVE_AVX2) && !defined(__AVX2__)
static_assert(HAVE_AVX2 == 0, "__AVX__2 should be defined when HAVE_AVX2 is "
static_assert(HAVE_AVX2 == 0, "__AVX2__ should be defined when HAVE_AVX2 is "
"defined");
#endif