[libc-commits] [libc] [libc][math][c23] Add totalorderl function. (PR #102564)
via libc-commits
libc-commits at lists.llvm.org
Thu Aug 8 20:02:28 PDT 2024
================
@@ -1847,6 +1868,14 @@ functions:
- type: _Float16 *
- type: _Float16 *
guard: LIBC_TYPES_HAS_FLOAT16
+ - name: totalorderf16
+ standards:
+ - stdc
+ return_type: int
+ arguments:
+ - type: float128 *
+ - type: float128 *
+ guard: LIBC_TYPES_HAS_FLOAT16
----------------
lntue wrote:
`FLOAT128`
https://github.com/llvm/llvm-project/pull/102564
More information about the libc-commits
mailing list