llvm-capstone/libc
Anton Rydahl c73ad025b1
[libc][libm][GPU] Add missing vendor entrypoints to the GPU version of libm (#66034)
This patch populates the GPU version of `libm` with missing vendor entrypoints. The vendor math entrypoints are disabled by default but can be enabled with the CMake option `LIBC_GPU_VENDOR_MATH=ON`.
2023-10-19 12:24:50 -07: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] Mass replace enclosing namespace (#67032) 2023-09-26 11:45:04 +02:00
cmake/modules [libc] Enable missing memory tests on the GPU (#68111) 2023-10-06 08:27:36 -05:00
config [libc][libm][GPU] Add missing vendor entrypoints to the GPU version of libm (#66034) 2023-10-19 12:24:50 -07:00
docs [libc] Implement the 'ungetc' function on the GPU (#69248) 2023-10-17 13:02:31 -05:00
examples Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
fuzzing [libc] Add simple long double to printf float fuzz (#68449) 2023-10-16 13:32:34 -07:00
include [libc][NFC] Fix features.h.def file header 2023-10-19 20:00:26 +02: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] Correct 'memrchr' definition and re-enable on GPU (#67850) 2023-09-29 18:22:00 -05:00
src [libc][libm][GPU] Add missing vendor entrypoints to the GPU version of libm (#66034) 2023-10-19 12:24:50 -07:00
startup [libc] Fix accidental LIBC_NAMESPACE_clock_freq (#69620) 2023-10-19 19:39:02 +02:00
test [libc] Fix accidental LIBC_NAMESPACE_clock_freq (#69620) 2023-10-19 19:39:02 +02:00
utils [libc] Fix accidental LIBC_NAMESPACE_clock_freq (#69620) 2023-10-19 19:39:02 +02: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 [reland][libc][cmake] Tidy compiler includes (#66783) (#66878) 2023-09-20 11:21:46 +02: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.