[all-commits] [llvm/llvm-project] accee2: [libc][math][c23] Add atanhf16 C23 math function. ...

Harrison Hao via All-commits all-commits at lists.llvm.org
Fri Apr 25 04:54:15 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: accee2b5538eedae297201d1a2d66ddefd4c0cc1
      https://github.com/llvm/llvm-project/commit/accee2b5538eedae297201d1a2d66ddefd4c0cc1
  Author: Harrison Hao <57025411+harrisonGPU at users.noreply.github.com>
  Date:   2025-04-25 (Fri, 25 Apr 2025)

  Changed paths:
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/docs/headers/math/index.rst
    M libc/include/math.yaml
    M libc/src/math/CMakeLists.txt
    A libc/src/math/atanhf16.h
    M libc/src/math/generic/CMakeLists.txt
    A libc/src/math/generic/atanhf16.cpp
    M libc/src/math/generic/common_constants.cpp
    M libc/src/math/generic/common_constants.h
    M libc/src/math/generic/explogxf.h
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/atanhf16_test.cpp
    M libc/test/src/math/smoke/CMakeLists.txt
    A libc/test/src/math/smoke/atanhf16_test.cpp

  Log Message:
  -----------
  [libc][math][c23] Add atanhf16 C23 math function. (#132612)

Implementation of atanhf16 function for 16-bit inputs.

Closes: https://github.com/llvm/llvm-project/issues/132209



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