[all-commits] [llvm/llvm-project] 3044d7: [libc][arm] add more math.h entrypoints (#77839)

Nick Desaulniers via All-commits all-commits at lists.llvm.org
Thu Jan 18 08:18:26 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3044d754855c339319b041e579c569d4faf32b62
      https://github.com/llvm/llvm-project/commit/3044d754855c339319b041e579c569d4faf32b62
  Author: Nick Desaulniers <nickdesaulniers at users.noreply.github.com>
  Date:   2024-01-18 (Thu, 18 Jan 2024)

  Changed paths:
    M libc/config/baremetal/arm/entrypoints.txt
    M libc/config/linux/arm/entrypoints.txt
    M libc/docs/math/index.rst

  Log Message:
  -----------
  [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)




More information about the All-commits mailing list