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

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jun 28 04:59:05 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG9532074a9d57: [libc][math] Clean up exhaustive tests implementations. (authored by lntue).

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.535333.patch
Type: text/x-patch
Size: 78999 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230628/485b27fb/attachment-0001.bin>


More information about the libc-commits mailing list