Closed noloader closed 6 years ago
We may be able to close this with no action based on Commit 1bd18dd5ba62e, Simplify RDRAND and RDSEED logic. The commit removed a lot of complexity but retained the basic case that emitted bytes instead of using the instruction. Emitting the byte codes means we don't need -mrdrnd
or mrdseed
.
I don't think the problem exists anymore since we simplified the RDRAND and RDSEED logic.
Uri reported a failure of
RDSEED
when using CMake. Also see Travis | Job 404134554.Please add feature tests for RDRAND and RDSEED, and add
-mrdrnd
and-mrdseed
tordrand.cpp
as the features are available. Therdrand.cpp
source file is kind of unique in that it may have one or two flags depending on availability.