Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

std_minus0_rounding

e013805
Beginner
557 Views

I have Visual Studio 2013 with the Intel(R) Visual Fortran Compiler XE 14.0.5.239 which is supposed to support the std_minus0_rounding compiler option but I cannot figure out how to set that option using the Visual Studio IDE.  Can anyone help?  Thanks.

0 Kudos
1 Reply
Steven_L_Intel1
Employee
557 Views

Not all of the options have explicit properties in Visual Studio. You can add /assume:nostd_minus0_rounding on the Command Line property page.

0 Kudos
Reply