<?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 using native 64-bit integer arithmetic from C# in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/using-native-64-bit-integer-arithmetic-from-C/m-p/870125#M8463</link>
    <description>&lt;P&gt;I have written a bunch of mathematical software in C#, mainly to do some experiments in Number theory (e.g. arbitrary precision integer arithmetic).&lt;/P&gt;
&lt;P&gt;I would like to make optimal use of my Intel I7 64-bit machine and be able to compute things like&lt;/P&gt;
&lt;P&gt;(a * b) % c (a, b, c being 64-bit integers) using native machine instructions without having to split the numbers into multiple pieces.&lt;/P&gt;
&lt;P&gt;Questions:&lt;/P&gt;
&lt;P&gt;- what is the best way to extend C# with assembler code for very high performance?&lt;/P&gt;
&lt;P&gt;- what dies the MKL provide in this respect&lt;/P&gt;</description>
    <pubDate>Sun, 14 Mar 2010 23:01:42 GMT</pubDate>
    <dc:creator>fritzfranz</dc:creator>
    <dc:date>2010-03-14T23:01:42Z</dc:date>
    <item>
      <title>using native 64-bit integer arithmetic from C#</title>
      <link>https://community.intel.com/t5/Software-Archive/using-native-64-bit-integer-arithmetic-from-C/m-p/870125#M8463</link>
      <description>&lt;P&gt;I have written a bunch of mathematical software in C#, mainly to do some experiments in Number theory (e.g. arbitrary precision integer arithmetic).&lt;/P&gt;
&lt;P&gt;I would like to make optimal use of my Intel I7 64-bit machine and be able to compute things like&lt;/P&gt;
&lt;P&gt;(a * b) % c (a, b, c being 64-bit integers) using native machine instructions without having to split the numbers into multiple pieces.&lt;/P&gt;
&lt;P&gt;Questions:&lt;/P&gt;
&lt;P&gt;- what is the best way to extend C# with assembler code for very high performance?&lt;/P&gt;
&lt;P&gt;- what dies the MKL provide in this respect&lt;/P&gt;</description>
      <pubDate>Sun, 14 Mar 2010 23:01:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/using-native-64-bit-integer-arithmetic-from-C/m-p/870125#M8463</guid>
      <dc:creator>fritzfranz</dc:creator>
      <dc:date>2010-03-14T23:01:42Z</dc:date>
    </item>
    <item>
      <title>using native 64-bit integer arithmetic from C#</title>
      <link>https://community.intel.com/t5/Software-Archive/using-native-64-bit-integer-arithmetic-from-C/m-p/870126#M8464</link>
      <description>I was doing a similar project and had the same problems. I can't remember what we ended up doing but I believe we split the numbers into mulitples.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;&lt;A href="http://netsemi.com/requestforquote.aspx"&gt;AT45DB642D-CNU&lt;BR /&gt;AT45DB321D-SU&lt;BR /&gt;TMS320F28335PGFA&lt;BR /&gt;AT45DB161D-SU&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://netsemi.com/requestforquote.aspx"&gt;AT45DB041D-SU&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://netsemi.com/requestforquote.aspx"&gt;AT45DB642D-TU&lt;/A&gt;</description>
      <pubDate>Wed, 08 Sep 2010 14:47:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/using-native-64-bit-integer-arithmetic-from-C/m-p/870126#M8464</guid>
      <dc:creator>steph143</dc:creator>
      <dc:date>2010-09-08T14:47:07Z</dc:date>
    </item>
    <item>
      <title>using native 64-bit integer arithmetic from C#</title>
      <link>https://community.intel.com/t5/Software-Archive/using-native-64-bit-integer-arithmetic-from-C/m-p/870127#M8465</link>
      <description>try &lt;A href="http://www.emilstefanov.net/Projects/GnuMpDotNet/" target="_blank"&gt;http://www.emilstefanov.net/Projects/GnuMpDotNet/&lt;/A&gt;</description>
      <pubDate>Wed, 08 Sep 2010 19:54:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/using-native-64-bit-integer-arithmetic-from-C/m-p/870127#M8465</guid>
      <dc:creator>neni</dc:creator>
      <dc:date>2010-09-08T19:54:36Z</dc:date>
    </item>
  </channel>
</rss>

