<?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 Clock cycles per instruction? in Intel® ISA Extensions</title>
    <link>https://community.intel.com/t5/Intel-ISA-Extensions/Clock-cycles-per-instruction/m-p/773638#M151</link>
    <description>This is not exactly what you are looking for, but it's pretty amazing.  I
 checked wikipedia.org for computer benchmark info, and got a big page 
with lots of info and outside references:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://en.wikipedia.org/wiki/Benchmark_%28computing%29" target="_blank"&gt;http://en.wikipedia.org/wiki/Benchmark_%28computing%29&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
I know you want to compare different algorithms on the same processor, 
and that is different than benchmarking different processors against the
 same algorithm, but maybe poke around some of the links to see if you 
can find what you want, or see other terms to search on.  Pretty 
interesting links that I followed....</description>
    <pubDate>Thu, 02 Dec 2010 12:04:12 GMT</pubDate>
    <dc:creator>stephanie00</dc:creator>
    <dc:date>2010-12-02T12:04:12Z</dc:date>
    <item>
      <title>Clock cycles per instruction?</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Clock-cycles-per-instruction/m-p/773634#M147</link>
      <description>&lt;P&gt;If this is the wrong forum, I apologize - it's the closest match I could find for my question.&lt;BR /&gt;&lt;BR /&gt;I'm trying to find out how many clock cycles are required for various double-precision operations, both in their simple forms, and in their SSE and (if applicable) AVX forms. For example, I'm trying to understand the relative costs of doube-precision comparisons, multiplications, and divisions for Intel's recent processors (Core 2 Duo up through i7's.)&lt;BR /&gt;&lt;BR /&gt;Can anyone point me in the right direction?&lt;BR /&gt;&lt;BR /&gt;Thanks very much,&lt;BR /&gt;Christian&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2010 13:16:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Clock-cycles-per-instruction/m-p/773634#M147</guid>
      <dc:creator>christian_convey</dc:creator>
      <dc:date>2010-12-01T13:16:11Z</dc:date>
    </item>
    <item>
      <title>Clock cycles per instruction?</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Clock-cycles-per-instruction/m-p/773635#M148</link>
      <description>Look for the Optimization Reference Manual on &lt;A href="http://intel.com/product/processors/manuals/" target="_blank"&gt;http://intel.com/product/processors/manuals/&lt;/A&gt;. It contains much more good information and in appendix C the complete list of instruction latencies and throughputs.&lt;BR /&gt;&lt;BR /&gt;BTW, nowadays the preferred method of doing scalar floating point operations is by using the SSE scalar instructions which have the same performance as their vector counterparts. Therefore vectorization normally yields a speedup of the number of entries in the vector (at least for the arithmetics).&lt;BR /&gt;&lt;BR /&gt;PS: Can somebody please replace this forum software with something that works? I had to copy that URL manually because pasting only works 5% of the time...</description>
      <pubDate>Wed, 01 Dec 2010 20:15:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Clock-cycles-per-instruction/m-p/773635#M148</guid>
      <dc:creator>Matthias_Kretz</dc:creator>
      <dc:date>2010-12-01T20:15:40Z</dc:date>
    </item>
    <item>
      <title>Clock cycles per instruction?</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Clock-cycles-per-instruction/m-p/773636#M149</link>
      <description>&lt;BR /&gt;You means "Intel 64 and IA-32 Architectures Optimization Reference Manual"??&lt;BR /&gt;&lt;BR /&gt;The link is changed to &lt;A href="http://www.intel.com/Assets/PDF/manual/248966.pdf"&gt;this.&lt;/A&gt;</description>
      <pubDate>Thu, 02 Dec 2010 07:06:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Clock-cycles-per-instruction/m-p/773636#M149</guid>
      <dc:creator>Gaiger_Chen</dc:creator>
      <dc:date>2010-12-02T07:06:49Z</dc:date>
    </item>
    <item>
      <title>Clock cycles per instruction?</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Clock-cycles-per-instruction/m-p/773637#M150</link>
      <description>That's the one I meant. But I just wanted to link to the page which contains all those very useful manuals. Since the manuals get updated from time to time. So the overview page is really the best pointer. Anyway, of course I go the URL wrong when typing it. Pasting still doesn't work (as does toggling to HTML Editor). :(&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://intel.com/products/processor/manuals/"&gt;http://intel.com/products/processor/manuals/&lt;/A&gt;</description>
      <pubDate>Thu, 02 Dec 2010 09:39:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Clock-cycles-per-instruction/m-p/773637#M150</guid>
      <dc:creator>Matthias_Kretz</dc:creator>
      <dc:date>2010-12-02T09:39:47Z</dc:date>
    </item>
    <item>
      <title>Clock cycles per instruction?</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Clock-cycles-per-instruction/m-p/773638#M151</link>
      <description>This is not exactly what you are looking for, but it's pretty amazing.  I
 checked wikipedia.org for computer benchmark info, and got a big page 
with lots of info and outside references:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://en.wikipedia.org/wiki/Benchmark_%28computing%29" target="_blank"&gt;http://en.wikipedia.org/wiki/Benchmark_%28computing%29&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
I know you want to compare different algorithms on the same processor, 
and that is different than benchmarking different processors against the
 same algorithm, but maybe poke around some of the links to see if you 
can find what you want, or see other terms to search on.  Pretty 
interesting links that I followed....</description>
      <pubDate>Thu, 02 Dec 2010 12:04:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Clock-cycles-per-instruction/m-p/773638#M151</guid>
      <dc:creator>stephanie00</dc:creator>
      <dc:date>2010-12-02T12:04:12Z</dc:date>
    </item>
    <item>
      <title>Clock cycles per instruction?</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Clock-cycles-per-instruction/m-p/773639#M152</link>
      <description>Profilers may be useful too. Have a look at Intel's development software, they offer some performance analysis tools (non-free). Or you look for a free one, maybe give Google a shot</description>
      <pubDate>Thu, 02 Dec 2010 14:23:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Clock-cycles-per-instruction/m-p/773639#M152</guid>
      <dc:creator>Taronyu</dc:creator>
      <dc:date>2010-12-02T14:23:17Z</dc:date>
    </item>
    <item>
      <title>Clock cycles per instruction?</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Clock-cycles-per-instruction/m-p/773640#M153</link>
      <description>I would suggest looking atIntel Architecture Code Analyzer ( &lt;A href="http://software.intel.com/en-us/articles/intel-architecture-code-analyzer/"&gt;http://software.intel.com/en-us/articles/intel-architecture-code-analyzer/&lt;/A&gt;) tool which you can get for free. Some other free useful tools can be found at whatif.intel.com.</description>
      <pubDate>Thu, 02 Dec 2010 14:31:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Clock-cycles-per-instruction/m-p/773640#M153</guid>
      <dc:creator>Nicolae_P_Intel</dc:creator>
      <dc:date>2010-12-02T14:31:23Z</dc:date>
    </item>
    <item>
      <title>Clock cycles per instruction?</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Clock-cycles-per-instruction/m-p/773641#M154</link>
      <description>&lt;DIV id="tiny_quote"&gt;
                &lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=145024" class="basic" href="https://community.intel.com/en-us/profile/145024/"&gt;Nicolae Popovici (Intel)&lt;/A&gt;&lt;/DIV&gt;
                &lt;DIV style="background-color: #e5e5e5; padding: 5px; border: 1px inset; margin-left: 2px; margin-right: 2px;"&gt;&lt;I&gt;I would suggest looking atIntel Architecture Code Analyzer ( &lt;A href="http://software.intel.com/en-us/articles/intel-architecture-code-analyzer/"&gt;http://software.intel.com/en-us/articles/intel-architecture-code-analyzer/&lt;/A&gt;) tool which you can get for free. Some other free useful tools can be found at whatif.intel.com.&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Thanks for sharing that link! I wasn't looking for a program like this but it might be useful for me in the future :)&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2010 13:33:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Clock-cycles-per-instruction/m-p/773641#M154</guid>
      <dc:creator>Taronyu</dc:creator>
      <dc:date>2010-12-03T13:33:32Z</dc:date>
    </item>
    <item>
      <title>Clock cycles per instruction?</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Clock-cycles-per-instruction/m-p/773642#M155</link>
      <description>I think here's everything you need:&lt;SPAN style="font-family: verdana, sans-serif;"&gt;&lt;A href="http://www.freeweb.hu/instlatx64/"&gt;http://www.freeweb.hu/instlatx64/&lt;/A&gt;&lt;/SPAN&gt;</description>
      <pubDate>Mon, 06 Dec 2010 09:11:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Clock-cycles-per-instruction/m-p/773642#M155</guid>
      <dc:creator>0xr</dc:creator>
      <dc:date>2010-12-06T09:11:15Z</dc:date>
    </item>
  </channel>
</rss>

