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
28 changes: 28 additions & 0 deletions libc/include/math.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,13 @@ functions:
return_type: float
arguments:
- type: float
- name: exp10f16
standards:
- stdc
return_type: _Float16
arguments:
- type: _Float16
guard: LIBC_TYPES_HAS_FLOAT16
- name: exp10m1f
standards:
- stdc
Expand All @@ -395,6 +402,13 @@ functions:
return_type: float
arguments:
- type: float
- name: exp2f16
standards:
- stdc
return_type: _Float16
arguments:
- type: _Float16
guard: LIBC_TYPES_HAS_FLOAT16
- name: exp2m1f
standards:
- stdc
Expand All @@ -414,6 +428,13 @@ functions:
return_type: float
arguments:
- type: float
- name: expf16
standards:
- stdc
return_type: _Float16
arguments:
- type: _Float16
guard: LIBC_TYPES_HAS_FLOAT16
- name: expm1
standards:
- stdc
Expand All @@ -426,6 +447,13 @@ functions:
return_type: float
arguments:
- type: float
- name: expm1f16
standards:
- stdc
return_type: _Float16
arguments:
- type: _Float16
guard: LIBC_TYPES_HAS_FLOAT16
- name: f16add
standards:
- llvm_libc_ext
Expand Down
Loading