[libc-commits] [libc] [libc][math][c23] add entrypoints and tests for totalordermag{f, l, f128} (PR #100159)
via libc-commits
libc-commits at lists.llvm.org
Tue Jul 23 10:00:17 PDT 2024
================
@@ -430,6 +430,11 @@ add_math_entrypoint_object(tanf)
add_math_entrypoint_object(tanh)
add_math_entrypoint_object(tanhf)
+add_math_entrypoint_object(totalordermag)
----------------
lntue wrote:
Can you move them next to `totalordermagf16`
https://github.com/llvm/llvm-project/pull/100159
More information about the libc-commits
mailing list