Skip to content

Commit f3ea05a

Browse files
committed
Add exp2m1f16 in newhdrgen math.yaml
1 parent 5de4d1b commit f3ea05a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

libc/newhdrgen/yaml/math.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,13 @@ functions:
284284
return_type: float
285285
arguments:
286286
- type: float
287+
- name: exp2m1f16
288+
standards:
289+
- stdc
290+
return_type: _Float16
291+
arguments:
292+
- type: _Float16
293+
guard: LIBC_TYPES_HAS_FLOAT16
287294
- name: expf
288295
standards:
289296
- stdc

0 commit comments

Comments
 (0)