[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 05:43:59 PDT 2023
gchatelet updated this revision to Diff 527008.
gchatelet added a comment.
change commit message
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.527008.patch
Type: text/x-patch
Size: 20022 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230531/a0a06089/attachment-0001.bin>
More information about the libc-commits
mailing list