base/dispatch.c, base/dispatch-x86ish.S: Add opcode to `rdrand_works_p'.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 6 Apr 2020 00:02:41 +0000 (00:02 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 May 2020 19:57:33 +0000 (20:57 +0100)
I want to add support foer the `rdseed' instruction, but this might be
broken on AMD64 like `rdrand'.  Rather than duplicate this logic, add an
opcode argument to the checking functions.


No differences found