[libc-commits] [libc] [libc][math] Add C23 math function fabsf128. (PR #77825)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Thu Jan 11 13:13:39 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
----------------
nickdesaulniers wrote:
should copysign be a distinct commit?
https://github.com/llvm/llvm-project/pull/77825
More information about the libc-commits
mailing list