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 d53238e commit 1243671Copy full SHA for 1243671
libc/src/math/generic/copysign.cpp
@@ -33,4 +33,4 @@ decltype(LIBC_NAMESPACE::copysignl) copysignl [[gnu::alias("copysignl")]];
33
asm("copysignl = copysign");
34
} // namespace LIBC_NAMESPACE_DECL
35
36
-#endif // LIBC_TYPES_LONG_DOUBLE_IS_FLOAT64
+#endif // LIBC_TYPES_LONG_DOUBLE_IS_FLOAT64
libc/src/math/generic/copysignf128.cpp
@@ -28,4 +28,4 @@ decltype(LIBC_NAMESPACE::copysignl) copysignl [[gnu::alias("copysignl")]];
28
asm("copysignl = copysignf128");
29
30
31
-#endif // LIBC_TYPES_LONG_DOUBLE_IS_FLOAT128
+#endif // LIBC_TYPES_LONG_DOUBLE_IS_FLOAT128
0 commit comments