- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That option is no longer a property. I suggest using Floating Point Model > Source as an alternative. You can specify /fltconsistency under Command Line if you wish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page