[all-commits] [llvm/llvm-project] 2697ff: [libc] Reduce math tests runtime further
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Thu Jun 1 05:43:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2697ffd039559ec83469165c70f8fd9a484a5a54
https://github.com/llvm/llvm-project/commit/2697ffd039559ec83469165c70f8fd9a484a5a54
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-06-01 (Thu, 01 Jun 2023)
Changed paths:
M libc/test/src/math/FmaTest.h
M libc/test/src/math/HypotTest.h
M libc/test/src/math/RIntTest.h
M libc/test/src/math/RemQuoTest.h
M libc/test/src/math/RoundToIntegerTest.h
M libc/test/src/math/SqrtTest.h
M libc/test/src/math/asinhf_test.cpp
M libc/test/src/math/log10_test.cpp
M libc/test/src/math/log1p_test.cpp
M libc/test/src/math/log2_test.cpp
M libc/test/src/math/sincosf_test.cpp
Log Message:
-----------
[libc] Reduce math tests runtime further
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D151875
More information about the All-commits
mailing list