[all-commits] [llvm/llvm-project] 573545: [libc][math][c23] Add atanf16() function (#141612)

wldfngrs via All-commits all-commits at lists.llvm.org
Sun Jun 1 04:36:37 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 573545c712357fc4498728d6cde971226c26c20f
      https://github.com/llvm/llvm-project/commit/573545c712357fc4498728d6cde971226c26c20f
  Author: wldfngrs <wldfngrs at gmail.com>
  Date:   2025-06-01 (Sun, 01 Jun 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/atanf16.h
    M libc/src/math/generic/CMakeLists.txt
    A libc/src/math/generic/atanf16.cpp
    M libc/test/src/math/CMakeLists.txt
    A libc/test/src/math/atanf16_test.cpp
    M libc/test/src/math/smoke/CMakeLists.txt
    A libc/test/src/math/smoke/atanf16_test.cpp

  Log Message:
  -----------
  [libc][math][c23] Add atanf16() function (#141612)

- Implementation of atan (tan inverse) function for 16-bit inputs.
- Exhaustive tests across the 16-bit input range



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