llvm-capstone/libc/config
Joseph Huber b8f64431ea
[libc] Add GPU config file using the new format (#66635)
Summary:
This patch copies a config file for the GPU similar to the
baremetal/embedded implementation. This will configure the
implementations of functions like `sprintf` and `snprintf` to be
compiled into more simple versions that can be run on the GPU. These
functions cannot be enabled yet as Vararg support hasn't landed, but it
will be used then.
2023-09-18 08:06:59 -05:00
..
baremetal [libc] Move long double table option to new config (#66151) 2023-09-13 10:43:05 -07:00
darwin [libc][math] Implement double precision exp10 function correctly rounded for all rounding modes. 2023-08-30 08:43:50 -04:00
gpu [libc] Add GPU config file using the new format (#66635) 2023-09-18 08:06:59 -05:00
linux [libc] Fix start up crash on 32 bit systems (#66210) 2023-09-14 09:02:35 -04:00
windows [libc][math] Implement double precision exp10 function correctly rounded for all rounding modes. 2023-08-30 08:43:50 -04:00
CMakeLists.txt
config.json [libc] Remove common_libc_tuners.cmake and move options into config.json. (#66226) 2023-09-13 22:17:00 -07:00
public_api.td