Skip to content

Commit

Permalink
added cbrt math function, create arpa and gpu folder, fixed inconsist…
Browse files Browse the repository at this point in the history
…ent types
  • Loading branch information
RoseZhang03 committed Jul 17, 2024
1 parent 511a287 commit fe93f28
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions libc/newhdrgen/yaml/math.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ types:
enums: []
objects: []
functions:
- name: cbrt
standards:
- stdc
return_type: double
arguments:
- type: double
- name: cbrtf
standards:
- stdc
Expand Down
2 changes: 1 addition & 1 deletion libc/newhdrgen/yaml/setjmp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ functions:
- name: longjmp
standards:
- stdc
return_type: void
return_type: _Noreturn void
arguments:
- type: jmp_buf
- type: int
Expand Down
2 changes: 1 addition & 1 deletion libc/newhdrgen/yaml/time.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ functions:
- stdc
return_type: char *
arguments:
- type: struct tm *
- type: const struct tm *
- name: asctime_r
standard:
- stdc
Expand Down
1 change: 1 addition & 0 deletions libc/newhdrgen/yaml/wchar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ types:
- type_name: size_t
- type_name: wint_t
- type_name: wchar_t
- type_name: mbstate_t.h
enums: []
objects: []
functions:
Expand Down

0 comments on commit fe93f28

Please sign in to comment.