diff options
-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 |