From: Mark Wooding Date: Mon, 6 Apr 2020 00:02:41 +0000 (+0000) Subject: base/dispatch.c, base/dispatch-x86ish.S: Add opcode to `rdrand_works_p'. X-Git-Tag: 2.6.0~4 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/1b07c4f340465551b7d12c3be3bcecd258a3c32d?hp=1b07c4f340465551b7d12c3be3bcecd258a3c32d base/dispatch.c, base/dispatch-x86ish.S: Add opcode to `rdrand_works_p'. 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. ---