Instructs the compiler to use the FCMOV instruction to perform conditional float assignments.
#pragma use_fcmov on | off | reset
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.