Skip to content

Commit

Permalink
Remove broken MSVC AVX512 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Apr 7, 2024
1 parent 65a3413 commit 758de45
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/PrimeGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@
#include <immintrin.h>
#define ENABLE_AVX512

#elif defined(_MSC_VER) && \
defined(__AVX512__) && \
__has_include(<immintrin.h>)
#include <immintrin.h>
#define ENABLE_AVX512

#else
#define ENABLE_DEFAULT
#endif
Expand Down

0 comments on commit 758de45

Please sign in to comment.