diff options
| author | Anton Shepelev <44649959+amemov@users.noreply.github.com> | 2025-09-17 07:19:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-17 10:19:20 -0400 |
| commit | 80f9c72a1e045aa012b88c1b32cc6c5bb008a3db (patch) | |
| tree | 560f63ced684e33a2a88494fb39e9e1e7d887c53 /libc/include | |
| parent | 562fe413e06aa12fc91eb22ca9c7386239f5af4a (diff) | |
[libc][math][c23] Add rsqrtf16() function (#137545)
Addresses #132818
Part of #95250
Diffstat (limited to 'libc/include')
| -rw-r--r-- | libc/include/math.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libc/include/math.yaml b/libc/include/math.yaml index 17f26fcfcb30..6c800a0e2aa2 100644 --- a/libc/include/math.yaml +++ b/libc/include/math.yaml @@ -2349,6 +2349,13 @@ functions: return_type: long double arguments: - type: long double + - name: rsqrtf16 + standards: + - stdc + return_type: _Float16 + arguments: + - type: _Float16 + guard: LIBC_TYPES_HAS_FLOAT16 - name: scalbln standards: - stdc |
