Skip to content

Commit

Permalink
[libc] Enable quick_exit routines on the GPU (#102242)
Browse files Browse the repository at this point in the history
Summary:
We should be able to use these on the GPU just like exit.
  • Loading branch information
jhuber6 authored Aug 7, 2024
1 parent 3c391a6 commit 3645ca5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libc/config/gpu/entrypoints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ set(TARGET_LIBC_ENTRYPOINTS
libc.src.stdlib.strtoll
libc.src.stdlib.strtoul
libc.src.stdlib.strtoull
libc.src.stdlib.at_quick_exit
libc.src.stdlib.quick_exit

# TODO: Implement these correctly
libc.src.stdlib.aligned_alloc
Expand Down

0 comments on commit 3645ca5

Please sign in to comment.