llvm-capstone/libc
Joseph Huber b15ac1fd89 [libc] Enable the 'div' routines on the GPU
This patch simply enables the `div`, `ldiv,` and, `lldiv` functions on
the GPU. This should be straightforward enough.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D154143
2023-06-29 15:42:46 -05:00
..
AOR_v20.02 [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00
benchmarks [libc][benchmark] Do not force static linking 2023-05-11 09:09:28 +00:00
cmake/modules [libc] Can build amdgpu libc even if rocm is missing 2023-06-22 21:18:44 +01:00
config [libc] Enable the 'div' routines on the GPU 2023-06-29 15:42:46 -05:00
docs [libc] Enable the 'div' routines on the GPU 2023-06-29 15:42:46 -05:00
examples Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
fuzzing [libc] Use MPFR for strtofloat fuzzing 2023-05-22 11:04:53 -07:00
include [libc] Place headers in the right include directory 2023-06-22 06:22:32 +00:00
lib [libc] Build two different static archives libc.a and libm.a under full build. 2023-01-31 21:45:08 +00:00
spec [libc][math] Implement erff function correctly rounded to all rounding modes. 2023-06-28 13:58:37 -04:00
src [libc] Fix the implementation of exit on the GPU 2023-06-29 13:22:23 -05:00
startup [libc][NFC] Simplify return value logic in set_thread_ptr() 2023-06-23 00:47:48 +08:00
test [libc][NFC] Set rounding mode for sincosf exhaustive test. 2023-06-28 20:30:54 -04:00
utils [libc] Fix the implementation of exit on the GPU 2023-06-29 13:22:23 -05:00
.clang-tidy [libc][NFC] Clean up clang-tidy warnings for src/__support and src/math. 2023-03-15 18:47:31 -04:00
.gitignore [libc][Obvious] Add build folder to .gitignore. 2022-03-04 13:16:55 -05:00
CMakeLists.txt [libc][Obvious] Use the current binary dir instead of the base one 2023-06-23 14:33:45 -05:00
common_libc_tuners.cmake [libc][NFC] Make tuning macros start with LIBC_COPT_ 2023-02-15 10:00:16 +00:00
LICENSE.TXT
README.txt

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.