diff options
author | Nick Desaulniers <nickdesaulniers@users.noreply.github.com> | 2024-01-18 08:18:13 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-18 08:18:13 -0800 |
commit | 3044d754855c339319b041e579c569d4faf32b62 (patch) | |
tree | b4f3dc97df12d7b1dd1440f25d933f5069bb9e9f /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | de03c46b8bb0b280d2de7ec805df1343bb12eeda (diff) | |
download | llvm-3044d754855c339319b041e579c569d4faf32b62.zip llvm-3044d754855c339319b041e579c569d4faf32b62.tar.gz llvm-3044d754855c339319b041e579c569d4faf32b62.tar.bz2 |
[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)
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions