[libc-commits] [libc] [libc] Add definitions for totalordermagf, dsqrtl, fsqrt, and fsqrtl (PR #103494)
via libc-commits
libc-commits at lists.llvm.org
Tue Aug 13 20:32:52 PDT 2024
================
@@ -2323,6 +2341,27 @@ functions:
arguments:
- type: const long double *
- type: const long double *
+ - name: totalordermag
+ standards:
+ - stdc
+ return_type: int
+ arguments:
+ - type: double *
+ - type: double *
+ - name: totalordermagf
+ standards:
+ - stdc
+ return_type: int
+ arguments:
+ - type: float *
+ - type: float *
+ - name: totalordermagl
----------------
lntue wrote:
Can you also add the missing `totalordermagf128`?
https://github.com/llvm/llvm-project/pull/103494
More information about the libc-commits
mailing list