[libc-commits] [PATCH] D143699: [libc][math] Update exceptional cases for logf, log10f, log2f, log1pf.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Feb 9 20:54:36 PST 2023


lntue created this revision.
lntue added reviewers: michaelrj, sivachandra, orex, renyichen, cqlauter, zimmermann6.
Herald added subscribers: ecnelises, tschuett, pengfei.
Herald added projects: libc-project, All.
lntue requested review of this revision.

Properly set floating point exceptions and add more exceptional
values for non-FMA x86-64 targets.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143699

Files:
  libc/src/__support/FPUtil/except_value_utils.h
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/log10f.cpp
  libc/src/math/generic/log1pf.cpp
  libc/src/math/generic/log2f.cpp
  libc/src/math/generic/logf.cpp
  libc/test/UnitTest/FPMatcher.h
  libc/test/src/math/exhaustive/log1pf_test.cpp
  libc/test/src/math/log10f_test.cpp
  libc/test/src/math/log1pf_test.cpp
  libc/test/src/math/log2f_test.cpp
  libc/test/src/math/logf_test.cpp
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143699.496326.patch
Type: text/x-patch
Size: 37963 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230210/c37793b8/attachment-0001.bin>


More information about the libc-commits mailing list