Skip to main content

Mojo function

has_fma

has_fma() -> Bool

Returns True if the host system has FMA (Fused Multiply-Add) support, otherwise returns False.

Deprecated:

Use CompilationTarget.has_fma() instead.

Returns:

True if the host system has FMA support, otherwise returns False.

Was this page helpful?