Function sdl2_sys::SDL_HasAVX512F

source ·
pub unsafe extern "C" fn SDL_HasAVX512F() -> SDL_bool
Expand description

Determine whether the CPU has AVX-512F (foundation) features.

This always returns false on CPUs that aren’t using Intel instruction sets.

\returns SDL_TRUE if the CPU has AVX-512F features or SDL_FALSE if not.

\since This function is available since SDL 2.0.9.

\sa SDL_HasAVX