Home
last modified time | relevance | path

Searched refs:HAS_RDRAND (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/getrandom/src/
Drdrand.rs68 static HAS_RDRAND: LazyBool = LazyBool::new(); in is_rdrand_supported() variable
69 HAS_RDRAND.unsync_init(|| unsafe { (arch::__cpuid(1).ecx & FLAG) != 0 }) in is_rdrand_supported()