<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Floating-point underflow in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Floating-point-underflow/m-p/768557#M21389</link>
    <description>When I ran debug mode I get a lot of "First-chance exception 0xsomehexnums in ProgramName.exe: 0xanotherhexnum: Floating-point underflow.&lt;BR /&gt;&lt;BR /&gt;I set compiler switch /fpe:0&lt;BR /&gt;&lt;BR /&gt;Question is:&lt;BR /&gt;&lt;BR /&gt;1. What is this exception? (is it a source code problem that need to be fixed)&lt;BR /&gt;2. Can I ignore this or does it does it have an effect on the final answer? &lt;BR /&gt;</description>
    <pubDate>Fri, 19 Aug 2011 00:40:56 GMT</pubDate>
    <dc:creator>Tino_Zerbini</dc:creator>
    <dc:date>2011-08-19T00:40:56Z</dc:date>
    <item>
      <title>Floating-point underflow</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Floating-point-underflow/m-p/768557#M21389</link>
      <description>When I ran debug mode I get a lot of "First-chance exception 0xsomehexnums in ProgramName.exe: 0xanotherhexnum: Floating-point underflow.&lt;BR /&gt;&lt;BR /&gt;I set compiler switch /fpe:0&lt;BR /&gt;&lt;BR /&gt;Question is:&lt;BR /&gt;&lt;BR /&gt;1. What is this exception? (is it a source code problem that need to be fixed)&lt;BR /&gt;2. Can I ignore this or does it does it have an effect on the final answer? &lt;BR /&gt;</description>
      <pubDate>Fri, 19 Aug 2011 00:40:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Floating-point-underflow/m-p/768557#M21389</guid>
      <dc:creator>Tino_Zerbini</dc:creator>
      <dc:date>2011-08-19T00:40:56Z</dc:date>
    </item>
    <item>
      <title>Floating-point underflow</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Floating-point-underflow/m-p/768558#M21390</link>
      <description>When you set /fpe:0, an exception handler is established which, among other things, looks for underflow exceptions and changes the result of the operation to zero. It may or may not be a problem, it depends on what your program is doing. Your program is doing calculations that underflow the normalized range. If you had not set /fpe:0, you would get a "denormalized" number with reduced precision. These can cause odd results if you then feed them back into later calculations.&lt;BR /&gt;&lt;BR /&gt;I suggest that you identify the source of the underflows and decide whether they should be happening or not.</description>
      <pubDate>Fri, 19 Aug 2011 01:47:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Floating-point-underflow/m-p/768558#M21390</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-08-19T01:47:03Z</dc:date>
    </item>
  </channel>
</rss>

