[libc-commits] [libc] [libc] Add definitions for totalordermag(, f, l, f128), dsqrt(l, f128), fsqrt(, l, f128) to math.yaml. (PR #103494)
via libc-commits
libc-commits at lists.llvm.org
Wed Aug 14 06:20:07 PDT 2024
- Previous message: [libc-commits] [libc] [libc] Add definitions for totalordermag(, f, l, f128), dsqrt(l, f128), fsqrt(, l, f128) to math.yaml. (PR #103494)
- Next message: [libc-commits] [libc] f53e355 - [libc] Add definitions for totalordermag(, f, l, f128), dsqrt(l, f128), fsqrt(, l, f128) to math.yaml. (#103494)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
================
@@ -2323,6 +2356,35 @@ 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
+ standards:
+ - stdc
+ return_type: int
+ arguments:
+ - type: long double *
+ - type: long double *
+ - name: totalordermagf128
+ standards:
+ - stdc
+ return_type: int
+ arguments:
+ - type: float128 *
+ - type: float128 *
+ guard: LIBC_TYPES_HAS_FLOAT128
----------------
overmighty wrote:
I opened #103935.
https://github.com/llvm/llvm-project/pull/103494
- Previous message: [libc-commits] [libc] [libc] Add definitions for totalordermag(, f, l, f128), dsqrt(l, f128), fsqrt(, l, f128) to math.yaml. (PR #103494)
- Next message: [libc-commits] [libc] f53e355 - [libc] Add definitions for totalordermag(, f, l, f128), dsqrt(l, f128), fsqrt(, l, f128) to math.yaml. (#103494)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the libc-commits
mailing list