llvm-capstone/libc/config
Nick Desaulniers 3044d75485
[libc][arm] add more math.h entrypoints (#77839)
In particular, we have internal customers that would like to use nanf
and
scalbnf.

The differences between various entrypoint files can be checked via:

    $ comm -3 <(grep libc\.src path/to/entrypoints.txt | sort) \
       <(grep libc\.src path/to/other/entrypoints.txt | sort)
2024-01-18 08:18:13 -08:00
..
baremetal [libc][arm] add more math.h entrypoints (#77839) 2024-01-18 08:18:13 -08:00
darwin [libc][math] Implement nan(f|l) functions (#76690) 2024-01-05 08:23:23 -05:00
gpu [libc][math] Implement nan(f|l) functions (#76690) 2024-01-05 08:23:23 -05:00
linux [libc][arm] add more math.h entrypoints (#77839) 2024-01-18 08:18:13 -08:00
windows [libc][math] Implement nan(f|l) functions (#76690) 2024-01-05 08:23:23 -05:00
CMakeLists.txt [libc] Add base for target config within cmake (#72318) 2023-11-17 11:32:27 -08:00
config.json [libc] Adding a version of memset with software prefetching (#70857) 2023-11-10 10:56:16 +01:00
public_api.td [libc] Add global stdout and stderr objects. 2022-05-27 05:43:49 +00:00