<?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: Proposal &amp;quot;Big Integer&amp;quot; Instructions in Intel® ISA Extensions</title>
    <link>https://community.intel.com/t5/Intel-ISA-Extensions/Proposal-quot-Big-Integer-quot-Instructions/m-p/1613816#M7080</link>
    <description>&lt;P&gt;Most likely such instructions have not been implemented&amp;nbsp; because there is no high demand for them. In other words, the die area for an efficient implementation is rather spent on other features. Instead other instructions have been realized to support the software implementation of long integer arithmetic, e.g. &lt;A href="https://en.wikipedia.org/wiki/Intel_ADX" target="_self"&gt;ADX&lt;/A&gt; and MULX. See&amp;nbsp;&lt;A href="https://device.report/m/ad6b66c300b866995105e89859609fdaf823753c339d672571d03a8fed9f9d8e.pdf" target="_self"&gt;New Instructions Supporting Large Integer Arithmetic on Intel® Architecture Processors&lt;/A&gt;&amp;nbsp;for examples how to use them.&lt;/P&gt;&lt;P&gt;You might also want to check is libraries like &lt;A href="https://gmplib.org/" target="_self"&gt;GMP&lt;/A&gt;&amp;nbsp;can serve your needs.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jul 2024 10:37:39 GMT</pubDate>
    <dc:creator>Thomas_W_Intel</dc:creator>
    <dc:date>2024-07-10T10:37:39Z</dc:date>
    <item>
      <title>Proposal "Big Integer" Instructions</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Proposal-quot-Big-Integer-quot-Instructions/m-p/1592117#M7051</link>
      <description>&lt;P&gt;This is more of a discussion, not a real proposal, because I can't find anyone familiar with this topic. I'll keep this short.&lt;/P&gt;&lt;P&gt;For some background I've had code I wrote over a decade ago that performs integer-only computation in order to bypass floating point issues. (To get exact results). The issue is one piece of it requires up to 512-bit integer math.&lt;/P&gt;&lt;P&gt;The basic operations I'd want for unsigned values (though I understand signed might be more useful) are addition, subtraction, multiplication, and division/modulus. 512 might complicate this without 1024-bit registers?&lt;/P&gt;&lt;P&gt;I'd also like comparison operators and associated conditional move instructions.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    ADD SUB MUL DIV CMP CMOVcc
128  1   1   1   1   1   30
256  1   1   1   1   1   30
512  1   1   1   1   1   30&lt;/LI-CODE&gt;&lt;P&gt;I don't actually need all the 90 CMOVcc variants, but I'd understand if the standards process forces an all or nothing implementation.&lt;/P&gt;&lt;P&gt;My goal with these new instructions would be performance related as such operations require a lot of instructions.&lt;/P&gt;&lt;P&gt;Have such extensions been proposed before? Is there a fundamental issue (like the carry operations)? Or is it a lack of uses to justify the opcode complexity? Or lack of compiler interest? Or something else?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this is viable now, is there a way to find engineers that could create a formal proposal to push this through Intel and AMD's process for new extensions?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 05:37:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Proposal-quot-Big-Integer-quot-Instructions/m-p/1592117#M7051</guid>
      <dc:creator>Sirisian</dc:creator>
      <dc:date>2024-04-24T05:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proposal "Big Integer" Instructions</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Proposal-quot-Big-Integer-quot-Instructions/m-p/1613816#M7080</link>
      <description>&lt;P&gt;Most likely such instructions have not been implemented&amp;nbsp; because there is no high demand for them. In other words, the die area for an efficient implementation is rather spent on other features. Instead other instructions have been realized to support the software implementation of long integer arithmetic, e.g. &lt;A href="https://en.wikipedia.org/wiki/Intel_ADX" target="_self"&gt;ADX&lt;/A&gt; and MULX. See&amp;nbsp;&lt;A href="https://device.report/m/ad6b66c300b866995105e89859609fdaf823753c339d672571d03a8fed9f9d8e.pdf" target="_self"&gt;New Instructions Supporting Large Integer Arithmetic on Intel® Architecture Processors&lt;/A&gt;&amp;nbsp;for examples how to use them.&lt;/P&gt;&lt;P&gt;You might also want to check is libraries like &lt;A href="https://gmplib.org/" target="_self"&gt;GMP&lt;/A&gt;&amp;nbsp;can serve your needs.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 10:37:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Proposal-quot-Big-Integer-quot-Instructions/m-p/1613816#M7080</guid>
      <dc:creator>Thomas_W_Intel</dc:creator>
      <dc:date>2024-07-10T10:37:39Z</dc:date>
    </item>
  </channel>
</rss>

