[all-commits] [llvm/llvm-project] f01620: [libc][math][c23] Add sinhf16 and coshf16 C23 math...

OverMighty via All-commits all-commits at lists.llvm.org
Tue Oct 15 06:37:44 PDT 2024


  Branch: refs/heads/users/overmighty/libc-math-sinhf16
  Home:   https://github.com/llvm/llvm-project
  Commit: f0162048fbcff1a4f24c8072c5af49bdaa08d1d8
      https://github.com/llvm/llvm-project/commit/f0162048fbcff1a4f24c8072c5af49bdaa08d1d8
  Author: OverMighty <its.overmighty at gmail.com>
  Date:   2024-10-15 (Tue, 15 Oct 2024)

  Changed paths:
    M libc/config/gpu/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/docs/math/index.rst
    M libc/spec/stdc.td
    M libc/src/math/CMakeLists.txt
    A libc/src/math/coshf16.h
    M libc/src/math/generic/CMakeLists.txt
    A libc/src/math/generic/coshf16.cpp
    M libc/src/math/generic/expxf16.h
    A libc/src/math/generic/sinhf16.cpp
    A libc/src/math/sinhf16.h
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/coshf16_test.cpp
    A libc/test/src/math/sinhf16_test.cpp
    M libc/test/src/math/smoke/CMakeLists.txt
    A libc/test/src/math/smoke/coshf16_test.cpp
    A libc/test/src/math/smoke/sinhf16_test.cpp

  Log Message:
  -----------
  [libc][math][c23] Add sinhf16 and coshf16 C23 math functions

Part of #95250.


  Commit: 199bfcbd1f6883c96da167607a1603e0c71991e3
      https://github.com/llvm/llvm-project/commit/199bfcbd1f6883c96da167607a1603e0c71991e3
  Author: OverMighty <its.overmighty at gmail.com>
  Date:   2024-10-15 (Tue, 15 Oct 2024)

  Changed paths:
    M libc/src/math/generic/CMakeLists.txt
    M libc/src/math/generic/expxf16.h
    M libc/test/src/math/smoke/CMakeLists.txt
    M libc/test/src/math/smoke/coshf16_test.cpp
    M libc/test/src/math/smoke/sinhf16_test.cpp

  Log Message:
  -----------
  Migrate to fputil::cast


Compare: https://github.com/llvm/llvm-project/compare/9102fa256427...199bfcbd1f68

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list