[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
Fri Feb 10 11:09:16 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGae2d8b49713d: [libc][math] Update exceptional cases for logf, log10f, log2f, log1pf. (authored by lntue).

Changed prior to commit:
  https://reviews.llvm.org/D143699?vs=496326&id=496560#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143699/new/

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.496560.patch
Type: text/x-patch
Size: 37796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230210/e6fdd2ae/attachment-0001.bin>


More information about the libc-commits mailing list