[libc-commits] [libc] [libc][math][c23] Add totalorderl function. (PR #102564)

via libc-commits libc-commits at lists.llvm.org
Thu Aug 8 20:01:40 PDT 2024


================
@@ -745,6 +745,7 @@ def StdC : StandardSpec<"stdc"> {
 
           FunctionSpec<"totalorder", RetValSpec<IntType>, [ArgSpec<DoublePtr>, ArgSpec<DoublePtr>]>,
 	  FunctionSpec<"totalorderf", RetValSpec<IntType>, [ArgSpec<FloatPtr>, ArgSpec<FloatPtr>]>,
+	  FunctionSpec<"totalorderf", RetValSpec<IntType>, [ArgSpec<LongDoublePtr>, ArgSpec<LongDoublePtr>]>,
----------------
lntue wrote:

`totalorderl`

https://github.com/llvm/llvm-project/pull/102564


More information about the libc-commits mailing list