Skip to content

Commit

Permalink
fix (#1061): VPCLMULQDQ incorrectly detected
Browse files Browse the repository at this point in the history
  • Loading branch information
Lithrein committed Sep 6, 2023
1 parent 4d55fc2 commit 69bac24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simde/simde-arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
# if defined(__PCLMUL__)
# define SIMDE_ARCH_X86_PCLMUL 1
# endif
# if defined(__VPCLMULQDQ__)
# if defined(__VPCLMULQDQ__) && defined(__AVX512F__)
# define SIMDE_ARCH_X86_VPCLMULQDQ 1
# endif
# if defined(__F16C__) || (defined(HEDLEY_MSVC_VERSION) && HEDLEY_MSVC_VERSION_CHECK(19,30,0) && defined(SIMDE_ARCH_X86_AVX2) )
Expand Down

0 comments on commit 69bac24

Please sign in to comment.