llvm-capstone/libc
Joseph Huber 7c8a52f90c [libc][Obvious] Fix AMDGPU control constant for vendor sqrt
Summary:
This is supposed to be enabled to say that we want correct sqrt by
default.
2023-07-25 07:59:23 -05:00
..
AOR_v20.02
benchmarks
cmake/modules [libc] Warn on use of global constructors in libc 2023-07-20 11:29:58 -05:00
config [libc] Add basic support for calling host functions from the GPU 2023-07-19 10:11:46 -05:00
docs [libc] Remove test RPC opcodes from the exported header 2023-07-21 15:36:36 -05:00
examples
fuzzing [libc] Set min precision for strtofloat fuzz 2023-07-18 16:28:22 -07:00
include [libc] Remove test RPC opcodes from the exported header 2023-07-21 15:36:36 -05:00
lib
spec [libc] Add basic support for calling host functions from the GPU 2023-07-19 10:11:46 -05:00
src [libc][Obvious] Fix AMDGPU control constant for vendor sqrt 2023-07-25 07:59:23 -05:00
startup [libc] Treat the locks array as a bitfield 2023-07-21 10:49:11 -05:00
test [libc] Remove test RPC opcodes from the exported header 2023-07-21 15:36:36 -05:00
utils [libc] Remove test RPC opcodes from the exported header 2023-07-21 15:36:36 -05:00
.clang-tidy
.gitignore
CMakeLists.txt [Libomptarget] Begin implementing support for RPC services 2023-07-07 12:36:46 -05:00
common_libc_tuners.cmake
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.