Skip to main content

Mojo function

has_avx

has_avx() -> Bool

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

Deprecated:

Use CompilationTarget.has_avx() instead.

Returns:

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

Was this page helpful?