On Tue, May 7, 2019 at 10:55 AM Jeffrey Walton <[email protected]> wrote:
>
> As far as I know the instruction is only defined for Intel, AMD and
> Hyogen cpus. See, for example,
> https://github.com/weidai11/cryptopp/blob/master/cpu.cpp#L380.
>

Jeff,
  I think you missed my point. The rdrand instruction is _not_
supported on this old hardware at all. The code should detect that and
avoid using it.

So the problem is that cpuid is either 1) incorrectly reporting that
it is supported or 2) the cpuid detection code is wrong.

- Matthew
_______________________________________________
systemd-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to