[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 09:59:54 PDT 2024
================
@@ -569,6 +569,10 @@ def StdC : StandardSpec<"stdc"> {
FunctionSpec<"tan", RetValSpec<DoubleType>, [ArgSpec<DoubleType>]>,
FunctionSpec<"tanf", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
+ FunctionSpec<"totalordermag", RetValSpec<IntType>, [ArgSpec<DoublePtr>, ArgSpec<DoublePtr>]>,
----------------
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