llvm-capstone/libc/docs/gpu
Joseph Huber 25bf1ae99b
[libc] Enable remaining string functions on the GPU (#68346)
Summary:
We previously had to disable these string functions because they were
not compatible with the definitions coming from the GNU / host
environment. The GPU, when exporting its declarations, has a very
difficult requirement that it be compatible with the host environment as
both sides of the compilation need to agree on definitions and what's
present.

This patch more or less gives up an just copies the definitions as
expected by `glibc` if they are provided that way, otherwise we fall
back to the accepted way. This is the alternative solution to an
existing PR which instead disable's GCC's handling.
2023-10-23 13:16:20 -04:00
..
index.rst [libc][Docs] Add some motivation for the GPU libc 2023-06-16 15:19:45 -05:00
motivation.rst [libc][Docs] Add some motivation for the GPU libc 2023-06-16 15:19:45 -05:00
rpc.rst [libc] Remove test RPC opcodes from the exported header 2023-07-21 15:36:36 -05:00
support.rst [libc] Enable remaining string functions on the GPU (#68346) 2023-10-23 13:16:20 -04:00
testing.rst [libc][NFC][Docs] Update some GPU testing information 2023-09-13 14:30:30 -05:00
using.rst [libc][docs] Fix incorrect CMake argument in GPU documentation 2023-05-05 20:16:47 -05:00