[all-commits] [llvm/llvm-project] b66aa3: [libc][math][c23] Refactor expf16 (#101373)

OverMighty via All-commits all-commits at lists.llvm.org
Wed Jul 31 12:01:30 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b66aa3bfff442a5eb67f1bfcfaa148e42e49b787
      https://github.com/llvm/llvm-project/commit/b66aa3bfff442a5eb67f1bfcfaa148e42e49b787
  Author: OverMighty <its.overmighty at gmail.com>
  Date:   2024-07-31 (Wed, 31 Jul 2024)

  Changed paths:
    M libc/src/math/generic/CMakeLists.txt
    M libc/src/math/generic/expf16.cpp
    M libc/test/src/math/performance_testing/expf16_perf.cpp
    M libc/test/src/math/smoke/expf16_test.cpp

  Log Message:
  -----------
  [libc][math][c23] Refactor expf16 (#101373)

Also updates and sorts CMake target dependencies, and corrects the smoke
test that expected expf16(sNaN) to return sNaN instead of aNaN, although
the test still passed, as FPMatcher only checks whether both sides are
NaN, not whether they're the same NaN value.



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