llvm-capstone/libc/config
Anton Rydahl 53f5bfdb58 [libc][libm][GPU] Populating 'libmgpu.a' for math on the GPU
This commit populates `libmgpu.a` with wrappers for the following built-ins
- modf, modff
- nearbyint, nearbyintf
- remainder, remainderf
- remquo, remquof
- rint, rintf
- scalbn, scalbnf
- sqrt, sqrtf
- tan, tanf
- tanh, tanhf
- trunc, truncf
and wrappers the following vendor implementations
- nextafter, nextafterf
- sincos, sincosf
- sinh, sinhf
- sinf
- tan, tanf
- tanh, tanhf

Reviewed By: jhuber6

Differential Revision: https://reviews.llvm.org/D153395
2023-08-01 13:34:43 -07:00
..
baremetal [libc] Support for riscv32 2023-06-21 07:11:22 +00:00
darwin [libc][math] Implement erff function correctly rounded to all rounding modes. 2023-06-28 13:58:37 -04:00
gpu [libc][libm][GPU] Populating 'libmgpu.a' for math on the GPU 2023-08-01 13:34:43 -07:00
linux [libc][math] Implement erff function correctly rounded to all rounding modes. 2023-06-28 13:58:37 -04:00
windows [libc][math] Implement erff function correctly rounded to all rounding modes. 2023-06-28 13:58:37 -04:00
CMakeLists.txt
public_api.td [libc] Add global stdout and stderr objects. 2022-05-27 05:43:49 +00:00