Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Apr 4, 2024
1 parent d7cf2a3 commit 023d3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PrimeGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
// x86-64 AVX512
#if defined(__AVX512F__) && \
defined(__AVX512VBMI__) && \
defined(__AVX512VBMI2__)
defined(__AVX512VBMI2__) && \
__has_include(<immintrin.h>)
#include <immintrin.h>
#define HAS_AVX512
Expand Down

0 comments on commit 023d3ad

Please sign in to comment.