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 94d47e6 commit 86c57b9Copy full SHA for 86c57b9
libc/src/__support/FPUtil/FEnvImpl.h
@@ -29,8 +29,7 @@
29
// the apple condition here should be removed.
30
#elif defined(LIBC_TARGET_ARCH_IS_X86) && !defined(__APPLE__)
31
#include "x86_64/FEnvImpl.h"
32
-#elif defined(LIBC_TARGET_ARCH_IS_ARM) && \
33
- LIBC_HAS_BUILTIN(__builtin_arm_get_fpscr)
+#elif defined(LIBC_TARGET_ARCH_IS_ARM) && defined(__ARM_FP)
34
#include "arm/FEnvImpl.h"
35
#elif defined(LIBC_TARGET_ARCH_IS_ANY_RISCV)
36
#include "riscv/FEnvImpl.h"
0 commit comments