[all-commits] [llvm/llvm-project] 46b15f: [libc][math] Implement asinhf function correctly r...

lntue via All-commits all-commits at lists.llvm.org
Fri Jan 27 08:12:51 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 46b15fd19e84f6914e067ef9812c282a43b5924d
      https://github.com/llvm/llvm-project/commit/46b15fd19e84f6914e067ef9812c282a43b5924d
  Author: Tue Ly <lntue.h at gmail.com>
  Date:   2023-01-27 (Fri, 27 Jan 2023)

  Changed paths:
    M libc/config/darwin/arm/entrypoints.txt
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/config/windows/entrypoints.txt
    M libc/docs/math.rst
    M libc/spec/stdc.td
    M libc/src/math/CMakeLists.txt
    A libc/src/math/asinhf.h
    M libc/src/math/generic/CMakeLists.txt
    A libc/src/math/generic/asinhf.cpp
    M libc/src/math/generic/explogxf.h
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/asinhf_test.cpp
    M libc/test/src/math/exhaustive/CMakeLists.txt
    A libc/test/src/math/exhaustive/asinhf_test.cpp
    M libc/test/src/math/exhaustive/exhaustive_test.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.h

  Log Message:
  -----------
  [libc][math] Implement asinhf function correctly rounded for all rounding modes.

Implement asinhf function correctly rounded for all rounding modes.

Reviewed By: zimmermann6

Differential Revision: https://reviews.llvm.org/D142681




More information about the All-commits mailing list