Skip to content

Commit c59e4b5

Browse files
authored
[libc][math] fix header generation (#149918)
1 parent 006858c commit c59e4b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/include/math.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ functions:
3333
return_type: float
3434
arguments:
3535
- type: float
36-
name: acoshf16
36+
- name: acoshf16
3737
standards:
3838
- stdc
3939
return_type: _Float16
4040
arguments:
4141
- type: _Float16
4242
guard: LIBC_TYPES_HAS_FLOAT16
43-
name: acospif16
43+
- name: acospif16
4444
standards:
4545
- stdc
4646
return_type: _Float16

0 commit comments

Comments
 (0)