Unverified Commit 3044d754 authored by Nick Desaulniers's avatar Nick Desaulniers Committed by GitHub
Browse files

[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)
parent de03c46b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment