Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libc/include/math.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading