rdrand_long
return max_longs && static_cpu_has(X86_FEATURE_RDRAND) && rdrand_long(v) ? 1 : 0;
if (!rdrand_long(&sample)) {
if (rdrand_long(&raw)) {