[all-commits] [llvm/llvm-project] 9b30f6: [libc][math] Implement acoshf function correctly r...

lntue via All-commits all-commits at lists.llvm.org
Wed Feb 1 08:35:38 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b30f6b6d76fcd4887c692ab6c182975f3390dca
      https://github.com/llvm/llvm-project/commit/9b30f6b6d76fcd4887c692ab6c182975f3390dca
  Author: Tue Ly <lntue.h at gmail.com>
  Date:   2023-02-01 (Wed, 01 Feb 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/acoshf.h
    M libc/src/math/generic/CMakeLists.txt
    A libc/src/math/generic/acoshf.cpp
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/acoshf_test.cpp
    M libc/test/src/math/exhaustive/CMakeLists.txt
    A libc/test/src/math/exhaustive/acoshf_test.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.h

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

Implement acoshf function correctly rounded to all rounding modes.

Reviewed By: zimmermann6

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




More information about the All-commits mailing list