The help says:
But this option does not exist in the Floating Point Property Page - we are using VC2008 / Intel 11.1
Is this deprecated ?
fltconsistency
"Enables improved floating-point consistency.
IDE Equivalent
Windows: Floating-Point > Floating-Point Consistency "
But this option does not exist in the Floating Point Property Page - we are using VC2008 / Intel 11.1
Is this deprecated ?
链接已复制
2 回复数
Yes, the /fltconsistency option has been replaced by the /fp options, the most commonly used for such purpose being /fp:source. If you depend on implicit double precision evaluation of single precision expressions, you must either specify it in the source code, or set (32-bit) option /arch:IA32.
