llvm-project/libc/config
Tue Ly 600172a72b [libc] Temporarily disable arm32's sinf, cosf, sincosf entrypoints.
With correctly rounded implementations, these functions will be tested for all
rounding modes.  Since fegetround and fesetround are not implemented for arm32,
these tests will fail in all non-default rounding modes.  We will re-enable
these entrypoints and tests once fegetround and fesetround are implemented for
arm32.
2022-07-22 10:46:23 -04:00
..
darwin/arm [libc] Add imaxabs 2022-07-11 21:28:21 +00:00
linux [libc] Temporarily disable arm32's sinf, cosf, sincosf entrypoints. 2022-07-22 10:46:23 -04:00
windows [libc] Add imaxabs 2022-07-11 21:28:21 +00:00
CMakeLists.txt Add implementations of POSIX mmap and munmap functions. 2019-12-23 14:04:02 -08:00
public_api.td [libc] Add global stdout and stderr objects. 2022-05-27 05:43:49 +00:00