This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
"[PATCH] Fix regression in std::random_device default constructor" does not support amd cpu
- From: sotrdg sotrdg <euloanty at live dot com>
- To: "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>
- Date: Wed, 17 Oct 2018 04:44:42 +0000
- Subject: "[PATCH] Fix regression in std::random_device default constructor" does not support amd cpu
This is a terrible implementation since it does not get tested on AMD cpus. The rdseed should work on AMD ryzen CPUS while this implementation doesn’t. Calling rtlgenrandom can be spyed on AMD cpus.
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10