Skip to main content

Mojo function

has_avx512f

has_avx512f() -> Bool

Returns True if the host system has AVX512, otherwise returns False.

Deprecated:

Use CompilationTarget.has_avx512f() instead.

Returns:

True if the host system has AVX512, otherwise returns False.

Was this page helpful?