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 b97174a commit 0590dbaCopy full SHA for 0590dba
libc/src/__support/FPUtil/sqrt.h
@@ -46,9 +46,10 @@ template <> LIBC_INLINE double sqrt<double>(double x) {
46
#include "arm/sqrt.h"
47
#elif defined(LIBC_TARGET_ARCH_IS_ANY_RISCV)
48
#include "riscv/sqrt.h"
49
+#endif // Target specific header of inline asm.
50
51
#endif // __builtin_elementwise_sqrt
52
-#endif
53
+#endif // LIBC_TARGET_CPU_HAS_FPU_FLOAT or DOUBLE
54
55
#endif // LLVM_LIBC_SRC___SUPPORT_FPUTIL_SQRT_H
0 commit comments