-maf

Controls the use of fused multiply-addition instructions.

Syntax
  -maf on | off

  
Remarks

The -maf on option tells the compiler to generate fused multiply-addition operations instead of separate multiplication and addition instructions. The -maf off option tells the compiler to use separate multiplication and addition instructions.