Flag to disable AVX512

This commit is contained in:
Parakoopa 2020-05-14 03:28:03 +02:00
parent 651cb53fbe
commit f7bada2526
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
#define ENABLE_AVX512_0
#endif
#if defined(ENABLE_AVX512_0) && defined(__AVX512BW__) && defined(__AVX512DQ__)
#if defined(ENABLE_AVX512_0) && defined(__AVX512BW__) && defined(__AVX512DQ__) && !defined(FORCE_AVX512_0)
#define ENABLE_AVX512_1
#endif