diff options
author | Muhammad Bassiouni <60100307+bassiounix@users.noreply.github.com> | 2025-07-22 01:13:14 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-22 01:13:14 +0300 |
commit | c59e4b58058f1861146f736ec2a3991283b05377 (patch) | |
tree | a3a6b130fdfbfa123f80ab2dcb7354fbbeb4c916 | |
parent | 006858cd4d944ff44b3ef4619194a72ff8823edc (diff) | |
download | llvm-c59e4b58058f1861146f736ec2a3991283b05377.zip llvm-c59e4b58058f1861146f736ec2a3991283b05377.tar.gz llvm-c59e4b58058f1861146f736ec2a3991283b05377.tar.bz2 |
[libc][math] fix header generation (#149918)
-rw-r--r-- | libc/include/math.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/include/math.yaml b/libc/include/math.yaml index 3044ec3..007be23 100644 --- a/libc/include/math.yaml +++ b/libc/include/math.yaml @@ -33,14 +33,14 @@ functions: return_type: float arguments: - type: float - name: acoshf16 + - name: acoshf16 standards: - stdc return_type: _Float16 arguments: - type: _Float16 guard: LIBC_TYPES_HAS_FLOAT16 - name: acospif16 + - name: acospif16 standards: - stdc return_type: _Float16 |