[libc-commits] [PATCH] D153682: [libc][math] Clean up exhaustive tests implementations.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Jun 26 10:42:23 PDT 2023


lntue updated this revision to Diff 534644.
lntue added a comment.

Address comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153682

Files:
  libc/src/math/docs/add_math_function.md
  libc/test/src/math/exhaustive/CMakeLists.txt
  libc/test/src/math/exhaustive/acosf_test.cpp
  libc/test/src/math/exhaustive/acoshf_test.cpp
  libc/test/src/math/exhaustive/asinf_test.cpp
  libc/test/src/math/exhaustive/asinhf_test.cpp
  libc/test/src/math/exhaustive/atanf_test.cpp
  libc/test/src/math/exhaustive/atanhf_test.cpp
  libc/test/src/math/exhaustive/cosf_test.cpp
  libc/test/src/math/exhaustive/coshf_test.cpp
  libc/test/src/math/exhaustive/exhaustive_test.cpp
  libc/test/src/math/exhaustive/exhaustive_test.h
  libc/test/src/math/exhaustive/exp10f_test.cpp
  libc/test/src/math/exhaustive/exp2f_test.cpp
  libc/test/src/math/exhaustive/expf_test.cpp
  libc/test/src/math/exhaustive/expm1f_test.cpp
  libc/test/src/math/exhaustive/hypotf_test.cpp
  libc/test/src/math/exhaustive/log10f_test.cpp
  libc/test/src/math/exhaustive/log1pf_test.cpp
  libc/test/src/math/exhaustive/log2f_test.cpp
  libc/test/src/math/exhaustive/logf_test.cpp
  libc/test/src/math/exhaustive/sincosf_test.cpp
  libc/test/src/math/exhaustive/sinf_test.cpp
  libc/test/src/math/exhaustive/sinhf_test.cpp
  libc/test/src/math/exhaustive/sqrtf_test.cpp
  libc/test/src/math/exhaustive/tanf_test.cpp
  libc/test/src/math/exhaustive/tanhf_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153682.534644.patch
Type: text/x-patch
Size: 78999 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230626/2a5a41fa/attachment-0001.bin>


More information about the libc-commits mailing list