<?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 Loop unrolling in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Loop-unrolling/m-p/845437#M63406</link>
    <description>I have some problems getting loop unrolling to function.&lt;BR /&gt;Using for example the options for a simple dot product routine&lt;BR /&gt;&lt;BR /&gt;-QxW -Qunrolln&lt;BR /&gt;&lt;BR /&gt;the compiler always appears to unroll 4 times (actually 8 since&lt;BR /&gt;double values are loaded) regardless of n, except in the case n=0 which does not unroll.&lt;BR /&gt;&lt;BR /&gt;Without SSE specification, i.e.&lt;BR /&gt;&lt;BR /&gt;-O3 -Qunroll&lt;BR /&gt;&lt;BR /&gt;nothing apparently happens! -Qunroll0  and -Qunroll4 gives identical code.&lt;BR /&gt;&lt;BR /&gt;I am using the latest version of the compiler, and I have tried many 'unroll'-variants with and without : (the documentation is not quite consistent)&lt;BR /&gt;&lt;BR /&gt;Michael</description>
    <pubDate>Mon, 23 Jan 2006 22:02:06 GMT</pubDate>
    <dc:creator>kt_mic</dc:creator>
    <dc:date>2006-01-23T22:02:06Z</dc:date>
    <item>
      <title>Loop unrolling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Loop-unrolling/m-p/845437#M63406</link>
      <description>I have some problems getting loop unrolling to function.&lt;BR /&gt;Using for example the options for a simple dot product routine&lt;BR /&gt;&lt;BR /&gt;-QxW -Qunrolln&lt;BR /&gt;&lt;BR /&gt;the compiler always appears to unroll 4 times (actually 8 since&lt;BR /&gt;double values are loaded) regardless of n, except in the case n=0 which does not unroll.&lt;BR /&gt;&lt;BR /&gt;Without SSE specification, i.e.&lt;BR /&gt;&lt;BR /&gt;-O3 -Qunroll&lt;BR /&gt;&lt;BR /&gt;nothing apparently happens! -Qunroll0  and -Qunroll4 gives identical code.&lt;BR /&gt;&lt;BR /&gt;I am using the latest version of the compiler, and I have tried many 'unroll'-variants with and without : (the documentation is not quite consistent)&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Mon, 23 Jan 2006 22:02:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Loop-unrolling/m-p/845437#M63406</guid>
      <dc:creator>kt_mic</dc:creator>
      <dc:date>2006-01-23T22:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Loop unrolling</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Loop-unrolling/m-p/845438#M63407</link>
      <description>In the current version of the IA-32 compiler, you need to use one of the Qx switches to get loop unrolling in conjunction with -O3.  My understanding is that this will no longer be required in a future version.</description>
      <pubDate>Mon, 23 Jan 2006 22:39:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Loop-unrolling/m-p/845438#M63407</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2006-01-23T22:39:02Z</dc:date>
    </item>
  </channel>
</rss>

