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 caf8a66 commit 8aa89bfCopy full SHA for 8aa89bf
libc/include/llvm-libc-macros/math-macros.h
@@ -51,9 +51,10 @@
51
#define __LIBC_SUPPORTS_MATH_ERRNO 1
52
#endif
53
54
-#if defined(__FAST_MATH__) || ((defined(__arm__) || defined(_M_ARM) || defined(__thumb__) || \
55
- defined(__aarch64__) || defined(_M_ARM64)) && \
56
- !defined(__ARM_FP))
+#if defined(__FAST_MATH__) || \
+ ((defined(__arm__) || defined(_M_ARM) || defined(__thumb__) || \
+ defined(__aarch64__) || defined(_M_ARM64)) && \
57
+ !defined(__ARM_FP))
58
#define __LIBC_SUPPORTS_MATH_ERREXCEPT 0
59
#else
60
#define __LIBC_SUPPORTS_MATH_ERREXCEPT 1
0 commit comments