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 141b944 commit cd5d9daCopy full SHA for cd5d9da
libc/src/__support/FPUtil/sqrt.h
@@ -41,7 +41,7 @@ template <> LIBC_INLINE double sqrt<double>(double x) {
41
template <> LIBC_INLINE long double sqrt<long double>(long double x) {
42
return __builtin_elementwise_sqrt(x);
43
}
44
-#endif
+#endif // LIBC_TYPES_LONG_DOUBLE_IS_X86_FLOAT80
45
46
} // namespace fputil
47
} // namespace LIBC_NAMESPACE_DECL
0 commit comments