llvm-project/libc
Siva Chandra Reddy b7e05c874b [libc] Add implementations of the remaining fenv functions.
Namely, implementations of fegetexceptfflag, fesetexceptflag,
fegetenv, fesetenv, feholdexcept and feupdateenv have been added.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D96935
2021-02-18 13:29:40 -08:00
..
AOR_v20.02
benchmarks Fix errors in distributions 2021-02-11 21:53:50 +00:00
cmake/modules [CMake][libc] Support cross-compiling libc-hdrgen 2021-01-28 13:13:06 -08:00
config [libc] Add implementations of the remaining fenv functions. 2021-02-18 13:29:40 -08:00
docs
fuzzing [libc] Add implementations of nextafter[f|l] functions. 2021-01-05 22:32:39 -08:00
include [libc][NFC][Obvious] Add a missing dep. 2021-01-18 22:04:20 -08:00
lib
loader
spec [libc] Add implementations of the remaining fenv functions. 2021-02-18 13:29:40 -08:00
src [libc] Add implementations of the remaining fenv functions. 2021-02-18 13:29:40 -08:00
test [libc] Add implementations of the remaining fenv functions. 2021-02-18 13:29:40 -08:00
utils [libc] Add implementations of the remaining fenv functions. 2021-02-18 13:29:40 -08:00
CMakeLists.txt [CMake][libc] Support cross-compiling libc-hdrgen 2021-01-28 13:13:06 -08:00
LICENSE.txt
README.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.