We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f48de3b + 59077b8 commit 220bae8Copy full SHA for 220bae8
include/xsimd/config/xsimd_instruction_set.hpp
@@ -106,7 +106,7 @@
106
// AVX512 instructions are supported starting with gcc 6
107
// see https://www.gnu.org/software/gcc/gcc-6/changes.html
108
#if !defined(XSIMD_X86_INSTR_SET) && (defined(__AVX512__) || defined(__KNCNI__) || defined(__AVX512F__)\
109
- && (!defined(__GNUC__) || __GNUC__ >= 6))
+ && (defined(__clang__) || (!defined(__GNUC__) || __GNUC__ >= 6)))
110
#define XSIMD_X86_INSTR_SET XSIMD_X86_AVX512_VERSION
111
112
#if defined(__AVX512VL__)
0 commit comments