[all-commits] [llvm/llvm-project] 807866: [libc][math][c23] Add hypotf16 function (#131991)

Tejas Vipin via All-commits all-commits at lists.llvm.org
Mon Mar 31 07:06:51 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8078665bca1e16e33a09aea0310102077d429ada
      https://github.com/llvm/llvm-project/commit/8078665bca1e16e33a09aea0310102077d429ada
  Author: Tejas Vipin <alissxlace at proton.me>
  Date:   2025-03-31 (Mon, 31 Mar 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/__support/FPUtil/Hypot.h
    M libc/src/__support/FPUtil/cast.h
    M libc/src/math/CMakeLists.txt
    M libc/src/math/generic/CMakeLists.txt
    A libc/src/math/generic/hypotf16.cpp
    A libc/src/math/hypotf16.h
    M libc/test/src/math/CMakeLists.txt
    M libc/test/src/math/HypotTest.h
    M libc/test/src/math/exhaustive/CMakeLists.txt
    A libc/test/src/math/exhaustive/hypotf16_test.cpp
    A libc/test/src/math/hypotf16_test.cpp
    M libc/test/src/math/performance_testing/CMakeLists.txt
    A libc/test/src/math/performance_testing/hypotf16_perf.cpp
    M libc/test/src/math/smoke/CMakeLists.txt
    A libc/test/src/math/smoke/hypotf16_test.cpp

  Log Message:
  -----------
  [libc][math][c23] Add hypotf16 function (#131991)

Implement hypot for Float16 along with tests.



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