<?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:Question about my CPU chip, and SSE, similar and beyond. in Mobile and Desktop Processors</title>
    <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Question-about-my-CPU-chip-and-SSE-similar-and-beyond/m-p/1379074#M57458</link>
    <description>&lt;P&gt;Hello SM-1234,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for posting on the Intel® communities.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Due to this product being discontinued, Intel Customer Service no longer supports inquiries for the &lt;U&gt;Intel® Core™ i3-2120 Processor&lt;/U&gt;, but perhaps fellow community members have the knowledge to jump in and help. You may also find the Discontinued Products website helpful to address your request. Thank you for understanding.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Discontinued Products:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://www.intel.com/content/www/us/en/support/discontinued-products.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/support/discontinued-products.html&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Intel® Core™ i3-2120 Processor: &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://ark.intel.com/content/www/us/en/ark/products/53426/intel-core-i32120-processor-3m-cache-3-30-ghz.html" target="_blank"&gt;https://ark.intel.com/content/www/us/en/ark/products/53426/intel-core-i32120-processor-3m-cache-3-30-ghz.html&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please keep in mind that this thread will no longer be monitored by Intel.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deivid A.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 22 Apr 2022 13:42:07 GMT</pubDate>
    <dc:creator>DeividA_Intel</dc:creator>
    <dc:date>2022-04-22T13:42:07Z</dc:date>
    <item>
      <title>Question about my CPU chip, and SSE, similar and beyond.</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Question-about-my-CPU-chip-and-SSE-similar-and-beyond/m-p/1378792#M57446</link>
      <description>&lt;P&gt;I am running Windows 10 64 bit Home edition, with &lt;STRONG&gt;8 Gigabytes of DDR3 RAM&lt;/STRONG&gt;, successfully, which is in fact not what brings me here.&amp;nbsp; I am trying to do some research around Java OpenJDK floating point maths, and I am now curious about the hardware and how it applies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;My CPU is an intel Core i3 2120.&amp;nbsp; &lt;U&gt;&lt;/U&gt;&lt;/STRONG&gt;I have run CPU-Z successfully here, and it tells me that I have a CPU codename of &lt;STRONG&gt;Sandy Bridge&lt;/STRONG&gt;.&amp;nbsp; My questions pertain to the floating point unit, the Math Co-processor.&lt;/P&gt;
&lt;P&gt;In Java, float is a 32 bit floating point number.&amp;nbsp; double is a 64 bit floating point number.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1)&lt;/STRONG&gt;&amp;nbsp; I had thought that these numbers were written and dealt with entirely inside the floating point unit of my 'Sandy Bridge' CPU.&amp;nbsp; Is this true, or is general Random Access Memory used too?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2)&lt;/STRONG&gt; How many 32 bit registries and 64 bit registries exist for Java, inside 'Sandy Bridge' or 8 Gigabytes of RAM?&amp;nbsp; Can java reuse one 64 bit registry as two 32 bit ones?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;3)&lt;/STRONG&gt; CPU-Z, in the instructions entry, tells me that my 'Sandy Bridge' has the following instructions:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;MMX, SSE, SSE2, SSE3, SSE4.1, SSE4.2, EM64T, VT-x,AVX.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I have been lead to believe that versions of SSE and beyond provide some extra mathematical binary data bits for assistance for range-limited, decimal point numbers, so that when on the right hand side of the binary number, when the 32 or 64 bit registry number runs out, as a result of base 10 arithmetic to binary,&amp;nbsp; that information straddling the end of the registry is given more binary space, so that the last decimal digit in the range never gets pronormal or denormal values, due to discrepencies in concluding the binary pre representation for the decimal digits.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does SSE, and of my listed hardware instruction set here, include these post 32 bit and post 64 bit registries? If so, does that phenomenon exist inside a 'Sandy Bridge' processor?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;4)&lt;/STRONG&gt; For Java OpenJDK, how many 32 bit and 64 bit number registries will my 'Sandy Bridge' system have available?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;5)&lt;/STRONG&gt;&amp;nbsp; Are there extra SSE (or equivalent) extra bits after the end of absolutely all of these registries, in a 'Sandy Bridge' chip? How does it work?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;6)&lt;/STRONG&gt; How many bits are inside extra SSE bits (or equivalent) for a 'Sandy Bridge' chip, presuming that extra bits past the end of 32 and 64 bit registers are of uniform length?&amp;nbsp; How many are the extra bits, and if that varies, why?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 11:18:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Question-about-my-CPU-chip-and-SSE-similar-and-beyond/m-p/1378792#M57446</guid>
      <dc:creator>SM-1234</dc:creator>
      <dc:date>2022-04-21T11:18:56Z</dc:date>
    </item>
    <item>
      <title>Re:Question about my CPU chip, and SSE, similar and beyond.</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Question-about-my-CPU-chip-and-SSE-similar-and-beyond/m-p/1379074#M57458</link>
      <description>&lt;P&gt;Hello SM-1234,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for posting on the Intel® communities.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Due to this product being discontinued, Intel Customer Service no longer supports inquiries for the &lt;U&gt;Intel® Core™ i3-2120 Processor&lt;/U&gt;, but perhaps fellow community members have the knowledge to jump in and help. You may also find the Discontinued Products website helpful to address your request. Thank you for understanding.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Discontinued Products:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://www.intel.com/content/www/us/en/support/discontinued-products.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/support/discontinued-products.html&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Intel® Core™ i3-2120 Processor: &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://ark.intel.com/content/www/us/en/ark/products/53426/intel-core-i32120-processor-3m-cache-3-30-ghz.html" target="_blank"&gt;https://ark.intel.com/content/www/us/en/ark/products/53426/intel-core-i32120-processor-3m-cache-3-30-ghz.html&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please keep in mind that this thread will no longer be monitored by Intel.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deivid A.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Apr 2022 13:42:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Question-about-my-CPU-chip-and-SSE-similar-and-beyond/m-p/1379074#M57458</guid>
      <dc:creator>DeividA_Intel</dc:creator>
      <dc:date>2022-04-22T13:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Question about my CPU chip, and SSE, similar and beyond.</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Question-about-my-CPU-chip-and-SSE-similar-and-beyond/m-p/1379243#M57477</link>
      <description>&lt;P&gt;Forget my own out-of-support CPU processor, then, and presume some hypothetical, most "up-to-date" &lt;STRONG&gt;64 bit one&lt;/STRONG&gt;, that intel knows most Desktop Windows PC's most have, as of now, 2022, can that be picked and reapplied to the same questions.&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;STRONG class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;1)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="sub_section_element_selectors"&gt;&amp;nbsp; I had thought that floating point binary digits are written and dealt with entirely inside the &lt;STRONG&gt;floating point unit&lt;/STRONG&gt; of the 'Modern CPU'.&amp;nbsp; Is this true, or is general &lt;STRONG&gt;RAM&lt;/STRONG&gt; used too?&amp;nbsp; What hardware is usually used for floating point arithmetic operations, data writing and reading?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;&lt;STRONG&gt;2)&lt;/STRONG&gt;&amp;nbsp; Are there extra SSE (or equivalent) bits after the end of absolutely all floating point registries, in a the 'Modern CPU'?&amp;nbsp; If not, how does the number registry/"extra registry" arrangement generally work?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;&lt;STRONG class="sub_section_element_selectors"&gt;3)&lt;/STRONG&gt; How many 32 bit and 64 bit number floating point registries does the&amp;nbsp;the 'Modern CPU' 64 bit system have available?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;STRONG class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;4)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="sub_section_element_selectors"&gt; Are all of those 32 and 64 bit registries available to Java?&amp;nbsp; Can Java reuse one 64 bit registry as two 32 bit ones, or not?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;EM&gt;&lt;SPAN class="sub_section_element_selectors"&gt;The CPU-Z program, in the instructions entry, tells me that my&amp;nbsp;the 'Modern CPU' happens to have the following instructions:&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;EM&gt;&lt;STRONG class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;MMX, SSE, SSE2, SSE3, SSE4.1, SSE4.2, EM64T, VT-x,AVX.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;EM&gt;&lt;SPAN class="sub_section_element_selectors"&gt;I have been lead to believe that versions of SSE and beyond provide some extra mathematical binary data bits for assistance for range-limited, decimal point numbers, so that when on the right hand side of the binary number, when the 32 or 64 bit registry number runs out, as a result of base 10 arithmetic to binary,&amp;nbsp; that information straddling the end of the registry is given more binary space, so that the last decimal digit in the range never gets pronormal or denormal degrading values, due to discrepencies in concluding the binary pre representation for the decimal digits, due to the use formula:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;PRE&gt;(-1)&lt;SUP&gt;s&lt;/SUP&gt; × m × 2&lt;SUP&gt;(e - 127)&lt;/SUP&gt;&lt;/PRE&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG class="sub_section_element_selectors"&gt;&lt;SPAN class="sub_section_element_selectors"&gt;5)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="sub_section_element_selectors"&gt; How many bits are inside each extra SSE bit registry for the 'Modern CPU', presuming that extra bits past the end of 32 and 64 bit registers are of uniform length?&amp;nbsp; Is this number of bits constant or not, and if that varies, to what bit extent, and why?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2022 09:03:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/Question-about-my-CPU-chip-and-SSE-similar-and-beyond/m-p/1379243#M57477</guid>
      <dc:creator>SM-1234</dc:creator>
      <dc:date>2022-04-23T09:03:56Z</dc:date>
    </item>
  </channel>
</rss>

