[all-commits] [llvm/llvm-project] f9e858: [libc] Use a wrapper for rand instead of calling s...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Wed Jan 6 15:12:52 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f9e858f5fd74d0a1b127bf8979dc36bcad8b06d2
https://github.com/llvm/llvm-project/commit/f9e858f5fd74d0a1b127bf8979dc36bcad8b06d2
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2021-01-06 (Wed, 06 Jan 2021)
Changed paths:
M libc/test/src/math/FmaTest.h
M libc/utils/testutils/CMakeLists.txt
A libc/utils/testutils/RandUtils.cpp
A libc/utils/testutils/RandUtils.h
Log Message:
-----------
[libc] Use a wrapper for rand instead of calling std::rand in fma tests.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D94198
More information about the All-commits
mailing list