<?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 How to disable minus sign for zero value in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-disable-minus-sign-for-zero-value/m-p/1631727#M173702</link>
    <description>&lt;P&gt;using the IFORT compiler the option 'Floating point' 'Enable IEEE Minus Zero Support' 'No' works correctly: only the value 0.0 is allowed&lt;BR /&gt;Using the IFX compiler it seems that the indicated option does not work in fact in the code I also have the value -0.0 and the test a.ne.0. gives the result .false. when a = -0.0&lt;/P&gt;</description>
    <pubDate>Tue, 17 Sep 2024 11:23:30 GMT</pubDate>
    <dc:creator>pierangelo</dc:creator>
    <dc:date>2024-09-17T11:23:30Z</dc:date>
    <item>
      <title>How to disable minus sign for zero value</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-disable-minus-sign-for-zero-value/m-p/1631727#M173702</link>
      <description>&lt;P&gt;using the IFORT compiler the option 'Floating point' 'Enable IEEE Minus Zero Support' 'No' works correctly: only the value 0.0 is allowed&lt;BR /&gt;Using the IFX compiler it seems that the indicated option does not work in fact in the code I also have the value -0.0 and the test a.ne.0. gives the result .false. when a = -0.0&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 11:23:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-disable-minus-sign-for-zero-value/m-p/1631727#M173702</guid>
      <dc:creator>pierangelo</dc:creator>
      <dc:date>2024-09-17T11:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable minus sign for zero value</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-disable-minus-sign-for-zero-value/m-p/1631728#M173703</link>
      <description>&lt;P&gt;try&amp;nbsp;&lt;SPAN&gt;/assume:nominus0 compiler option but the testing a real to equal zero is not robust code, you need a tolerance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 11:43:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/How-to-disable-minus-sign-for-zero-value/m-p/1631728#M173703</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2024-09-17T11:43:51Z</dc:date>
    </item>
  </channel>
</rss>

