Tells the compiler the mode in which to speculate on floating-point operations.
Windows: Optimization > Floating-Point Speculation
Linux: Floating Point > Floating-Point Speculation
Mac OS X: Floating Point > Floating-Point Speculation
mode |
Is the mode for floating-point operations. Possible values are:
|
-fp-speculation=fast |
The compiler speculates on floating-point operations. This is also the behavior when optimizations are enabled. However, if you specify no optimizations (-O0 on Linux* OS; /Od on Windows* OS), the default is -fp-speculation=safe (Linux* OS) or /Qfp-speculation:safe (Windows* OS). |
Floating-point Operations: Floating-point Options Quick Reference
Copyright © 1996-2010, Intel Corporation. All rights reserved.