- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have tested the C+ compiler 2016 Update 2.
As it turned out, it flushes subnormal numbers to zero if /fp:strict model is chosen (automatically). Even though "Flush Denormal Results to Zero " is set to "No".
Is it intended behavior? (Previous versions was working differently, if I am correct).
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm not seeing this problem, e.g. with the classic "enquire" program http://homepages.cwi.nl/~steven/enquire/enquire.c, running on Ultrabook.
It hangs (in the double data type tests) when compiled without options, or with -Qprotect-parens -Qftz-, but gives identical float.h (and shows gradual underflow) if compiled with -debug or -fp:source or -fp:strict.q. -fp:strict -Qftz changes it to abrupt underflow.
-Qlong-double doesn't appear to work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Denormalized numbers should not be flushed to zero if -no-ftz is set for the main program, provided that nothing in the source code or command line overrides it. Compiling just a subroutine with -no-ftz makes no difference; it is only effective for the main program. Do you have a test case you can share?
BTW: A good article on many of these issues is here: https://software.intel.com/sites/default/files/managed/9d/20/FP_Consistency_300715.pdf
Gabriele
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Would appreciate if somebody would look on this thread too: https://software.intel.com/en-us/forums/intel-c-compiler/topic/605854#comment-1863059
The "internal error: 04010002_15114" is now localized (related to __assume), can be reproduced and hopefully fixed. Thank you very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have the same ICL and Visual Studio running on Win8.1.
When I build on command line icl -fp:strict msvc2015u1.cpp I don't see the problem reported (appears to have /Qftz- by default).
If I open your .sln and click on build, it fails to build. I would probably have to start a new solution from scratch. I'm not an expert on moving .sln among platforms.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@"If I open your .sln and click on build, it fails to build"
Interesting. What is the error? This is just simplest project I created to demonstrate the issue - no dependencies, etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1>------ Rebuild All started: Project: msvc2015u1, Configuration: Release x64 ------
1>TRACKER : : error TRK0005: Failed to locate: "icl.exe". The system cannot find the file specified.
1>
1>
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Probably some path variables are hard-coded. I installed 2015 yesterday together with XE2016.

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