[all-commits] [llvm/llvm-project] 8cd812: [libc] Add multithreading support for exhaustive t...
lntue via All-commits
all-commits at lists.llvm.org
Thu Jan 13 10:46:39 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8cd81274ff618d9d44d1089d3af0c21a76e719ad
https://github.com/llvm/llvm-project/commit/8cd81274ff618d9d44d1089d3af0c21a76e719ad
Author: Tue Ly <lntue at google.com>
Date: 2022-01-13 (Thu, 13 Jan 2022)
Changed paths:
M libc/cmake/modules/LLVMLibCTestRules.cmake
M libc/test/src/math/exhaustive/CMakeLists.txt
A libc/test/src/math/exhaustive/exhaustive_test.cpp
A libc/test/src/math/exhaustive/exhaustive_test.h
M libc/test/src/math/exhaustive/logf_test.cpp
M libc/utils/MPFRWrapper/MPFRUtils.cpp
M libc/utils/UnitTest/FPMatcher.cpp
M libc/utils/UnitTest/FPMatcher.h
Log Message:
-----------
[libc] Add multithreading support for exhaustive testing and MPFRUtils.
Add threading support for exhaustive testing and MPFRUtils.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D117028
More information about the All-commits
mailing list