Skip to content

Commit

Permalink
-mfma implies -mavx, so we can never ends up with fma + sse without avx
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Dec 6, 2022
1 parent e12bf0a commit 5186173
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 @@ -106,7 +106,7 @@
*/
#ifdef __FMA__

#if defined(__SSE__) && !defined(__AVX__)
#if defined(__SSE__)
#ifndef XSIMD_WITH_FMA3_SSE // Leave the opportunity to manually disable it, see #643
#define XSIMD_WITH_FMA3_SSE 1
#endif
Expand Down

0 comments on commit 5186173

Please sign in to comment.