<?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 Re: subnormal rounding issue on i7-7820HK in Mobile and Desktop Processors</title>
    <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/subnormal-rounding-issue-on-i7-7820HK/m-p/678904#M40040</link>
    <description>&lt;P&gt;DGore2, I just wanted to check if the information posted previously was useful for you and if you need further assistance on this matter?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alberto R.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under Contract to Intel Corporation &lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2019 05:01:56 GMT</pubDate>
    <dc:creator>Alberto_R_Intel</dc:creator>
    <dc:date>2019-07-09T05:01:56Z</dc:date>
    <item>
      <title>subnormal rounding issue on i7-7820HK</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/subnormal-rounding-issue-on-i7-7820HK/m-p/678901#M40037</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am writing a simple double precision floating point library for a micro controller...  and I tested its results vs what my computer calculates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My computer has a i7-7820HK CPU @ 2.90GHz, 2901 Mhz.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where I found issues is when I am multiplying two numbers that result in a subnormal/denormal number... sometimes, according to my calculations, my computer (your CPU?) is giving me a result that is rounded incorrectly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are a couple examples:&lt;/P&gt;&lt;P&gt;My lib rounded to higher magnitude, CPU didn't&lt;/P&gt;&lt;P&gt;-1.0913716444947332E-161 * 5.5880945523004242E-148&lt;/P&gt;&lt;P&gt;Lib -6.0986879411361762E-309&lt;/P&gt;&lt;P&gt;CPU -6.09868794113617E-309&lt;/P&gt;&lt;P&gt;Lib 0x800462ab6512d055&lt;/P&gt;&lt;P&gt;CPU 0x800462ab6512d054&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CPU rounded to higher magnitude, my lib didn't&lt;/P&gt;&lt;P&gt;6.4439637432002375E-265 * -1.8323993047591027E-44&lt;/P&gt;&lt;P&gt;Lib -1.1807914682932978E-308&lt;/P&gt;&lt;P&gt;CPU -1.1807914682932983E-308&lt;/P&gt;&lt;P&gt;Lib 0x80087da541ae0aa1&lt;/P&gt;&lt;P&gt;CPU 0x80087da541ae0aa2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On inspection of the rounded off bits, it looks like my lib is correct.  I'm using: round to nearest, if half, round to even.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please confirm/test on your system?  Fortunately, if this is a hardware bug, it should normally be below the noise floor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should be able to verify which rounding is correct using 128 bit floating point math.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Dean&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jun 2019 11:40:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/subnormal-rounding-issue-on-i7-7820HK/m-p/678901#M40037</guid>
      <dc:creator>DGore2</dc:creator>
      <dc:date>2019-06-29T11:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: subnormal rounding issue on i7-7820HK</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/subnormal-rounding-issue-on-i7-7820HK/m-p/678902#M40038</link>
      <description>&lt;P&gt;DGore2, Thank you for posting in the Intel® Communities Support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this case, we can always run the Intel® Processor Diagnostic Tool, it does an overall testing on the unit and if it passes the test then it means it is working fine:&lt;/P&gt;&lt;P&gt;&lt;A href="https://downloadcenter.intel.com/download/19792/Intel-Processor-Diagnostic-Tool" target="_self" alt="https://downloadcenter.intel.com/download/19792/Intel-Processor-Diagnostic-Tool"&gt;&lt;/A&gt;&lt;A href="https://downloadcenter.intel.com/download/19792/Intel-Processor-Diagnostic-Tool"&gt;https://downloadcenter.intel.com/download/19792/Intel-Processor-Diagnostic-Tool&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any demo or link that you can share in order for us to download the application that you are using to try to replicate this scenario?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once you get the chance, please let us know the results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to let you know, we will do further research on this matter, as soon as I get any updates I will post all the details on this thread.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alberto R.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under Contract to Intel Corporation&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 04:00:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/subnormal-rounding-issue-on-i7-7820HK/m-p/678902#M40038</guid>
      <dc:creator>Alberto_R_Intel</dc:creator>
      <dc:date>2019-07-02T04:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: subnormal rounding issue on i7-7820HK</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/subnormal-rounding-issue-on-i7-7820HK/m-p/678903#M40039</link>
      <description>&lt;P&gt;DGore2, I just received an update on this matter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At this point the next thing to do will be to make sure that the latest BIOS version is installed in your system, please get in contact directly with the manufacturer of the computer to confirm which is the latest BIOS version available for your platform to install it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alberto R.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under Contract to Intel Corporation &lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 02:29:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/subnormal-rounding-issue-on-i7-7820HK/m-p/678903#M40039</guid>
      <dc:creator>Alberto_R_Intel</dc:creator>
      <dc:date>2019-07-03T02:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: subnormal rounding issue on i7-7820HK</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/subnormal-rounding-issue-on-i7-7820HK/m-p/678904#M40040</link>
      <description>&lt;P&gt;DGore2, I just wanted to check if the information posted previously was useful for you and if you need further assistance on this matter?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alberto R.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under Contract to Intel Corporation &lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 05:01:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/subnormal-rounding-issue-on-i7-7820HK/m-p/678904#M40040</guid>
      <dc:creator>Alberto_R_Intel</dc:creator>
      <dc:date>2019-07-09T05:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: subnormal rounding issue on i7-7820HK</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/subnormal-rounding-issue-on-i7-7820HK/m-p/678905#M40041</link>
      <description>&lt;P&gt;DGore2, I just received an update on this matter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just wanted to let you know that if the problem persists after doing the BIOS update, we recommend to visit, register and submit your inquiry in our Intel® Developer Zone site, where you will receive further peer to peer assistance for this scenario:&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forum"&gt;https://software.intel.com/en-us/forum&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alberto R.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under Contract to Intel Corporation &lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 02:38:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/subnormal-rounding-issue-on-i7-7820HK/m-p/678905#M40041</guid>
      <dc:creator>Alberto_R_Intel</dc:creator>
      <dc:date>2019-07-12T02:38:25Z</dc:date>
    </item>
  </channel>
</rss>

