Skip to content

Commit

Permalink
Fix vbmi detection
Browse files Browse the repository at this point in the history
Fixes #1039
  • Loading branch information
serge-sans-paille committed Aug 11, 2024
1 parent 6cbd5d8 commit caeb777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/xsimd/config/xsimd_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
*/
#ifdef __AVX512VNNI__

#if XSIMD_WITH_AVX512_VBMI
#if XSIMD_WITH_AVX512VBMI
#define XSIMD_WITH_AVX512VNNI_AVX512VBMI XSIMD_WITH_AVX512F
#define XSIMD_WITH_AVX512VNNI_AVX512BW XSIMD_WITH_AVX512F
#else
Expand Down

0 comments on commit caeb777

Please sign in to comment.