We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de422d commit caf8a66Copy full SHA for caf8a66
libc/include/llvm-libc-macros/math-macros.h
@@ -51,9 +51,9 @@
51
#define __LIBC_SUPPORTS_MATH_ERRNO 1
52
#endif
53
54
-#if (defined(__arm__) || defined(_M_ARM) || defined(__thumb__) || \
+#if defined(__FAST_MATH__) || ((defined(__arm__) || defined(_M_ARM) || defined(__thumb__) || \
55
defined(__aarch64__) || defined(_M_ARM64)) && \
56
- !defined(__ARM_FP)
+ !defined(__ARM_FP))
57
#define __LIBC_SUPPORTS_MATH_ERREXCEPT 0
58
#else
59
#define __LIBC_SUPPORTS_MATH_ERREXCEPT 1
0 commit comments