use_fcmov

Instructs the compiler to use the FCMOV instruction to perform conditional float assignments.

Syntax

#pragma use_fcmov on | off | reset

Targets
Intel x86
Remarks

Use this pragma to reduce code size and improve speed in certain loops. This is only available for Pentium Pro, Athlon, and newer target processors.

The default setting is off.