[libc-commits] [PATCH] D151798: [libc] Reduce math tests runtime

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed May 31 22:02:08 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGae5c47241025: [libc] Reduce math tests runtime (authored by gchatelet).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151798

Files:
  libc/test/src/math/CeilTest.h
  libc/test/src/math/CopySignTest.h
  libc/test/src/math/FAbsTest.h
  libc/test/src/math/FDimTest.h
  libc/test/src/math/FMaxTest.h
  libc/test/src/math/FMinTest.h
  libc/test/src/math/FloorTest.h
  libc/test/src/math/FrexpTest.h
  libc/test/src/math/ILogbTest.h
  libc/test/src/math/LogbTest.h
  libc/test/src/math/ModfTest.h
  libc/test/src/math/RoundTest.h
  libc/test/src/math/TruncTest.h
  libc/test/src/math/acosf_test.cpp
  libc/test/src/math/acoshf_test.cpp
  libc/test/src/math/asinf_test.cpp
  libc/test/src/math/atanf_test.cpp
  libc/test/src/math/atanhf_test.cpp
  libc/test/src/math/cos_test.cpp
  libc/test/src/math/cosf_test.cpp
  libc/test/src/math/coshf_test.cpp
  libc/test/src/math/exp10f_test.cpp
  libc/test/src/math/exp2f_test.cpp
  libc/test/src/math/expf_test.cpp
  libc/test/src/math/expm1f_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
  libc/test/src/math/sin_test.cpp
  libc/test/src/math/sinf_test.cpp
  libc/test/src/math/sinhf_test.cpp
  libc/test/src/math/tan_test.cpp
  libc/test/src/math/tanf_test.cpp
  libc/test/src/math/tanhf_test.cpp
  libc/test/utils/FPUtil/x86_long_double_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151798.527279.patch
Type: text/x-patch
Size: 20022 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230601/cfcf17f9/attachment-0001.bin>


More information about the libc-commits mailing list