IPF-fma, QIPF-fma

Enables the combining of floating-point multiplies and add/subtract operations.

IDE Equivalent

Windows: None

Linux: Floating Point > Floating-point Operation Contraction

Mac OS: None

Architectures

IA-64 architecture

Syntax

Linux: -IPF-fma
-no-IPF-fma
Mac OS: None
Windows:  /QIPF-fma
/QIPF-fma-

Arguments

None

Default

-IPF-fma or /QIPF-fma Floating-point multiplies and add/subtract operations are combined.
However, if you specify -mp (Linux) or /Op (Windows) and do not specifically specify this option, the default is -no-IPF-fma or /QIPF-fma-.

Description

This option enables the combining of floating-point multiplies and add/subtract operations.

It also enables the contraction of floating-point multiply and add/subtract operations into a single operation. The compiler contracts these operations whenever possible.

Alternate Options

None

See Also

mp compiler option