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

via libc-commits libc-commits at lists.llvm.org
Thu Aug 8 21:50:54 PDT 2024


================
@@ -1839,6 +1839,27 @@ functions:
       - type: float128 *
       - type: float128
     guard: LIBC_TYPES_HAS_FLOAT128
+  - name: totalorder
+    standards:
+      - stdc
+    return_type: int
+    arguments:
+      - type: double *
----------------
lntue wrote:

`const double *`

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


More information about the libc-commits mailing list