diff options
Diffstat (limited to 'libc/include')
-rw-r--r-- | libc/include/math.yaml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libc/include/math.yaml b/libc/include/math.yaml index b3b9123..007be23 100644 --- a/libc/include/math.yaml +++ b/libc/include/math.yaml @@ -79,13 +79,6 @@ functions: arguments: - type: _Float16 guard: LIBC_TYPES_HAS_FLOAT16 - - name: asinpif16 - standards: - - stdc - return_type: _Float16 - arguments: - - type: _Float16 - guard: LIBC_TYPES_HAS_FLOAT16 - name: atan standards: - stdc |