<?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 looking for information sources on code optimization using the Intel CPU and the MMX/SSE family instruction set in Intel® ISA Extensions</title>
    <link>https://community.intel.com/t5/Intel-ISA-Extensions/looking-for-information-sources-on-code-optimization-using-the/m-p/890134#M2607</link>
    <description>&lt;P class="MsoNormal"&gt;Im looking for information sources on code optimization using
the Intel CPU and the MMX/SSE family instruction set. &lt;/P&gt;

&lt;P class="MsoNormal"&gt;From what I have searched this group is the closest group to
the subject of code optimization / vectorization.&lt;/P&gt;

&lt;P class="MsoNormal"&gt;Could someone recommend of:&lt;/P&gt;

&lt;OL&gt;&lt;LI class="MsoNormal"&gt;A good
     reference book?&lt;/LI&gt;&lt;LI class="MsoNormal"&gt;A relevant
     user group (within Intel Software Network or any external user group)&lt;/LI&gt;&lt;/OL&gt;



&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;

&lt;P class="MsoNormal"&gt;Avner&lt;/P&gt;</description>
    <pubDate>Fri, 09 May 2008 19:21:22 GMT</pubDate>
    <dc:creator>amoshkov</dc:creator>
    <dc:date>2008-05-09T19:21:22Z</dc:date>
    <item>
      <title>looking for information sources on code optimization using the Intel CPU and the MMX/SSE family instruction set</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/looking-for-information-sources-on-code-optimization-using-the/m-p/890134#M2607</link>
      <description>&lt;P class="MsoNormal"&gt;Im looking for information sources on code optimization using
the Intel CPU and the MMX/SSE family instruction set. &lt;/P&gt;

&lt;P class="MsoNormal"&gt;From what I have searched this group is the closest group to
the subject of code optimization / vectorization.&lt;/P&gt;

&lt;P class="MsoNormal"&gt;Could someone recommend of:&lt;/P&gt;

&lt;OL&gt;&lt;LI class="MsoNormal"&gt;A good
     reference book?&lt;/LI&gt;&lt;LI class="MsoNormal"&gt;A relevant
     user group (within Intel Software Network or any external user group)&lt;/LI&gt;&lt;/OL&gt;



&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;

&lt;P class="MsoNormal"&gt;Avner&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2008 19:21:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/looking-for-information-sources-on-code-optimization-using-the/m-p/890134#M2607</guid>
      <dc:creator>amoshkov</dc:creator>
      <dc:date>2008-05-09T19:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: looking for information sources on code optimization using</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/looking-for-information-sources-on-code-optimization-using-the/m-p/890135#M2608</link>
      <description>Undoubtedly, vectorization will be crucial to the application of AVX. Your topic is still too broad. You may be interested in compiler auto-vectorization with Fortran (vast on-line resources available) or C (similar, with more requirements, some resources available), or something else. For example, the topic has been discussed frequently on the Intel compiler forum sites.</description>
      <pubDate>Fri, 09 May 2008 20:26:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/looking-for-information-sources-on-code-optimization-using-the/m-p/890135#M2608</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2008-05-09T20:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: looking for information sources on code optimization using</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/looking-for-information-sources-on-code-optimization-using-the/m-p/890136#M2609</link>
      <description>&lt;P class="MsoNormal"&gt;Im interested in optimization for C++ code. I am using the
Intel 64 and IA-32 Architectures Software Developer's Manuals (5 volumes) for
reference.&lt;/P&gt;



&lt;P class="MsoNormal"&gt;What I am looking for is a user group where I can post
general SSE programming questions and see example source code. For example I
want to know if there is a conditional statement equivalent to if/else in SSE,
where I could condition intrinsic operations based on results in the registers.&lt;/P&gt;



&lt;P class="MsoNormal"&gt;&lt;P&gt;&lt;/P&gt;Thanks,&lt;/P&gt;

&lt;P class="MsoNormal"&gt;Avner&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2008 20:38:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/looking-for-information-sources-on-code-optimization-using-the/m-p/890136#M2609</guid>
      <dc:creator>amoshkov</dc:creator>
      <dc:date>2008-05-13T20:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: looking for information sources on code optimization using</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/looking-for-information-sources-on-code-optimization-using-the/m-p/890137#M2610</link>
      <description>SSE4 blend instructions implement if/else conditional moves, such as Fortran MERGE. Prior to SSE4, the same operation could be implemented with masks.&lt;BR /&gt;</description>
      <pubDate>Tue, 13 May 2008 23:36:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/looking-for-information-sources-on-code-optimization-using-the/m-p/890137#M2610</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2008-05-13T23:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: looking for information sources on code optimization using</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/looking-for-information-sources-on-code-optimization-using-the/m-p/890138#M2611</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/312395"&gt;amoshkov&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;I would suggest reading first following - "IA-32 Intel Architecture Optimization Manual", followed by - "Intel Intrinsic Functions Reference" &amp;amp; "Intel C++ Compiler Reference". Regarding book I would suggest - "The Software Vectorization Handbook - Aart J.C.Bik" &amp;amp; "Optimizing Compilers Modern Architecture - Randy Allen &amp;amp; Ken Kennedy". -&amp;gt; HIH&lt;EM&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;P class="MsoNormal" style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Nov 2008 13:16:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/looking-for-information-sources-on-code-optimization-using-the/m-p/890138#M2611</guid>
      <dc:creator>srimks</dc:creator>
      <dc:date>2008-11-30T13:16:51Z</dc:date>
    </item>
  </channel>
</rss>

