Skip to content

Commit 59f7a80

Browse files
committed
[libc] Fix scablnf16 using float16 instead of _Float16
1 parent 22c77f2 commit 59f7a80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/newhdrgen/yaml/math.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2094,9 +2094,9 @@ functions:
20942094
- name: scalblnf16
20952095
standards:
20962096
- stdc
2097-
return_type: float16
2097+
return_type: _Float16
20982098
arguments:
2099-
- type: float16
2099+
- type: _Float16
21002100
- type: long
21012101
guard: LIBC_TYPES_HAS_FLOAT16
21022102
- name: scalblnl

0 commit comments

Comments
 (0)