[all-commits] [llvm/llvm-project] a7f55f: [libc][math] Added sinhf function.

orex via All-commits all-commits at lists.llvm.org
Fri Jul 29 08:23:59 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a7f55f08051f31fa9274c7fadd5cd3f1c46900ea
      https://github.com/llvm/llvm-project/commit/a7f55f08051f31fa9274c7fadd5cd3f1c46900ea
  Author: Kirill Okhotnikov <okir at google.com>
  Date:   2022-07-29 (Fri, 29 Jul 2022)

  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/spec/stdc.td
    M libc/src/math/CMakeLists.txt
    M libc/src/math/generic/CMakeLists.txt
    A libc/src/math/generic/sinhf.cpp
    A libc/src/math/sinhf.h
    M libc/test/src/math/CMakeLists.txt
    M libc/test/src/math/exhaustive/CMakeLists.txt
    A libc/test/src/math/exhaustive/sinhf_test.cpp
    A libc/test/src/math/sinhf_test.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.h

  Log Message:
  -----------
  [libc][math] Added sinhf function.

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




More information about the All-commits mailing list