Intel® oneAPI DPC++/C++ Compiler
Talk to fellow users of Intel® oneAPI DPC++/C++ Compiler and companion tools like Intel® oneAPI DPC++ Library, Intel® DPC++ Compatibility Tool, and Intel® Distribution for GDB*
792 Discussions

floating-point underflow occurs in numerical computing on Windows, but not on Linux

newcfd
Beginner
506 Views

The latest Intel compiler is used to build a numerical code the code throws out an exception of floating-point underflow. The location shows a multiplication of two variables of 1.0e-40 triggers exception in Visual Studio on Windows. Tried to set 

/fp:strict /Qftz-

and no help. How to solve the issue?

 

The same code does not have any issues on Linux.

0 Kudos
0 Replies
Reply