CPUID_SEF_RDSEED
has_rdseed = (descs[1] & CPUID_SEF_RDSEED) != 0;
bool has_rdseed = (cpu_feature[5] & CPUID_SEF_RDSEED);
CPUID_SEF_RDSEED |