Controls the use of the floating-point select instruction, fsel .
#pragma gen_fsel on | off | number | always
where number is a value from 1 to 255.
The compiler uses this pragma to determine how often it generates the fsel instruction. The number argument specifies how aggressively the compiler should use this instruction, 1 is equivalent to "rarely" and 255 is equivalent to always . The on choice is equivalent to a value of 10.