Details
Details
- Reviewers
lntue - Commits
- rGae5c47241025: [libc] Reduce math tests runtime
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D151798
[libc] Reduce math tests runtime ClosedPublic Authored by gchatelet on May 31 2023, 5:40 AM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 31 2023, 5:40 AM This revision is now accepted and ready to land.May 31 2023, 7:27 AM Closed by commit rGae5c47241025: [libc] Reduce math tests runtime (authored by gchatelet). · Explain WhyMay 31 2023, 10:02 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 527279 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
|