[libc-commits] [libc] [libc][math] Add C23 math function fabsf128. (PR #77825)
via libc-commits
libc-commits at lists.llvm.org
Fri Jan 12 08:10:29 PST 2024
================
@@ -354,6 +355,14 @@ set(TARGET_LIBM_ENTRYPOINTS
libc.src.math.truncl
)
+if(LIBC_COMPILER_HAS_FLOAT128)
+ list(APPEND TARGET_LIBM_ENTRYPOINTS
+ # math.h C23 _Float128 entrypoints
+ libc.src.math.copysignf128
----------------
lntue wrote:
Done.
https://github.com/llvm/llvm-project/pull/77825
More information about the libc-commits
mailing list