[libc-commits] [libc] [libc] Add definitions for totalordermagf, dsqrtl, fsqrt, and fsqrtl (PR #103494)
via libc-commits
libc-commits at lists.llvm.org
Wed Aug 14 04:23:11 PDT 2024
- Previous message: [libc-commits] [libc] [libc] Add definitions for totalordermagf, dsqrtl, fsqrt, and fsqrtl (PR #103494)
- Next message: [libc-commits] [libc] [libc] Add definitions for totalordermag(, f, l, f128), dsqrt(l, f128), fsqrt(, l, f128) to math.yaml. (PR #103494)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
================
@@ -1195,13 +1209,32 @@ functions:
- type: long double
- type: int
- type: unsigned int
+ - name: fsqrt
+ standards:
+ - stdc
+ return_type: float type
+ arguments:
+ - type: double
+ - name: fsqrtl
+ standards:
+ - stdc
+ return_type: float
+ arguments:
+ - type: long double
- name: fsub
standards:
- stdc
return_type: float
arguments:
- type: double
- type: double
+ - name: fsqrtf128
----------------
lntue wrote:
nit: put it together with other `fsqrt` functions.
https://github.com/llvm/llvm-project/pull/103494
- Previous message: [libc-commits] [libc] [libc] Add definitions for totalordermagf, dsqrtl, fsqrt, and fsqrtl (PR #103494)
- Next message: [libc-commits] [libc] [libc] Add definitions for totalordermag(, f, l, f128), dsqrt(l, f128), fsqrt(, l, f128) to math.yaml. (PR #103494)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the libc-commits
mailing list