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.