Skip to main content

proc_avx512_enabled

Function proc_avx512_enabled 

Source
pub unsafe extern "C" fn proc_avx512_enabled() -> bool_
Expand description

Returns whether AVX-512 is enabled by both the processor and the OS. Even if the processor supports AVX-512, if the OS does not enable AVX-512, then AVX-512 instructions will fault.