[libc-commits] [libc] [libc] Proof of concept of aliasing long double math functions. (PR #132627)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Mon Mar 24 10:55:36 PDT 2025
================
@@ -88,9 +108,9 @@ add_math_entrypoint_object(ceilf128)
add_math_entrypoint_object(copysign)
add_math_entrypoint_object(copysignf)
-add_math_entrypoint_object(copysignl)
add_math_entrypoint_object(copysignf16)
add_math_entrypoint_object(copysignf128)
+add_long_double_math_entrypoint_object(copysign)
----------------
jhuber6 wrote:
But they're still independent targets, right? It's just that one is a single alias rather than an implementation.
https://github.com/llvm/llvm-project/pull/132627
More information about the libc-commits
mailing list