Skip to content

Commit

Permalink
svml: don't enable SIMDE_X86_SVML_NATIVE for ClangCl
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Nov 7, 2023
1 parent 8a6b8c5 commit c877fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simde/simde-features.h
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
#endif

#if !defined(SIMDE_X86_SVML_NATIVE) && !defined(SIMDE_X86_SVML_NO_NATIVE) && !defined(SIMDE_NO_NATIVE)
#if defined(SIMDE_ARCH_X86) && (defined(__INTEL_COMPILER) || HEDLEY_MSVC_VERSION_CHECK(14, 20, 0))
#if defined(SIMDE_ARCH_X86) && (defined(__INTEL_COMPILER) || (HEDLEY_MSVC_VERSION_CHECK(14, 20, 0) && !defined(__clang__)))
#define SIMDE_X86_SVML_NATIVE
#endif
#endif
Expand Down

0 comments on commit c877fe5

Please sign in to comment.