Skip to content

Commit 34a1882

Browse files
test
1 parent 8b9e56c commit 34a1882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/xsimd/xsimd.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
#define XSIMD_HPP
1414

1515
#if defined(__FAST_MATH__)
16-
#define XSIMD_NO_DENORMALS
16+
#define XSIMD_NO_DENORMALS
1717
#define XSIMD_NO_INFINITIES
18-
#define XSIMD_NO_NANS
18+
#define XSIMD_NO_NANS
1919
#endif
2020

2121
#if defined(__has_cpp_attribute)

0 commit comments

Comments
 (0)