<?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: Qax options for speed and numerical precision in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Qax-options-for-speed-and-numerical-precision/m-p/864773#M70349</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&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;&lt;EM&gt;
&lt;P&gt;/QaxS is for all Core 2 processors. /QaxT is for the 45nm "Penryn" family of processors. If you don't have the particular processor type, you get generic code. I am told that the extra instructions Penryn processors have can be useful in some scientific applications, but you should do your own comparisons to see what works best for your application.&lt;/P&gt;
&lt;P&gt;/QxW is not selectable using the property page. You can add it on the Command Line page. This will be the default in version 11.&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Everyone has been confused by these options. /QaxS, for ifort 10.1, will take the x87 "generic" code path on Core 2, and vectorized code for Penryn. /QaxT has a vectorized code path for Core 2 (and Penryn). If you don't need the 2 code versions, you would prefer the single path version, with no "generic" code, which you get by omitting the a.&lt;/P&gt;
&lt;P&gt;In ifort 11, /QxS has an alternate name /QxSSE4.1, and /QxP may be spelled /QxSSE3.&lt;/P&gt;
&lt;P&gt;I haven't been able to find any advantages for /QxT (/QxSSSE3) over /QxP, which provides vectorized code for all Intel SSE3 CPUs. /QxS can vectorize some cases which /QxT cannot, but few of them show a large advantage.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Nov 2008 01:15:01 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2008-11-03T01:15:01Z</dc:date>
    <item>
      <title>Qax options for speed and numerical precision</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Qax-options-for-speed-and-numerical-precision/m-p/864767#M70343</link>
      <description>&lt;P&gt;Hi !&lt;/P&gt;
&lt;P&gt;I have experimented a bit with the /Qax options and found quite a big performace gain (50%). I am working with a scientific computation application in medical physics. Speed is very important but numerical stability as well!&lt;/P&gt;
&lt;P&gt;We require of our customers that they are using Intel (P4 or higher) but there is a vast variety of cpu processors (even AMD). What is a recommended compiler options if I want to use /Qax. I have tried /QaxN wit hnice results but I am only using Pentium M processor. Is there some additional flags I should add for numerical stability (e.g. /fp:precise) ?&lt;/P&gt;
&lt;P&gt;Thanx&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2008 14:43:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Qax-options-for-speed-and-numerical-precision/m-p/864767#M70343</guid>
      <dc:creator>davva</dc:creator>
      <dc:date>2008-10-20T14:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Qax options for speed and numerical precision</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Qax-options-for-speed-and-numerical-precision/m-p/864768#M70344</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
&lt;P&gt;If you use /Qax, then customers using AMD processors will get generic IA-32 code by default in version 10.1. In version 11, the default will be SSE2 code (Pentium 4 or AMD with SSE2). If you use /QxW, you'll get the equivalent of the 11.0 default. If you have newer Intel processors (Intel Core 2), try /QxW /QaxT. This will get you SSE2 for everyone and SSSE3 on Core 2 processors.&lt;/P&gt;
&lt;P&gt;This may be enough for stability, though you can try /fp:precise to see what it does for you.&lt;/P&gt;
&lt;P&gt;By the way, I see that your email address is showing. I suggest clicking on "Edit Profile" to the right to change your "Display Name".&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2008 15:40:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Qax-options-for-speed-and-numerical-precision/m-p/864768#M70344</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-10-20T15:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qax options for speed and numerical precision</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Qax-options-for-speed-and-numerical-precision/m-p/864769#M70345</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&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;&lt;EM&gt;
&lt;P&gt;If you use /Qax, then customers using AMD processors will get generic IA-32 code by default in version 10.1. In version 11, the default will be SSE2 code (Pentium 4 or AMD with SSE2). If you use /QxW, you'll get the equivalent of the 11.0 default. If you have newer Intel processors (Intel Core 2), try /QxW /QaxT. This will get you SSE2 for everyone and SSSE3 on Core 2 processors.&lt;/P&gt;
&lt;P&gt;This may be enough for stability, though you can try /fp:precise to see what it does for you.&lt;/P&gt;
&lt;P&gt;By the way, I see that your email address is showing. I suggest clicking on "Edit Profile" to the right to change your "Display Name".&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;In my experience, the most important option for correctness is /assume:protect_parens. It may be used along with /fp:precise. /fp:precise sets /Qprec-div /Qprec-sqrt /Qftz- , as well as affecting vectorization.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2008 18:00:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Qax-options-for-speed-and-numerical-precision/m-p/864769#M70345</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2008-10-20T18:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Qax options for speed and numerical precision</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Qax-options-for-speed-and-numerical-precision/m-p/864770#M70346</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&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;&lt;EM&gt;
&lt;P&gt;If you use /Qax, then customers using AMD processors will get generic IA-32 code by default in version 10.1. In version 11, the default will be SSE2 code (Pentium 4 or AMD with SSE2). If you use /QxW, you'll get the equivalent of the 11.0 default. If you have newer Intel processors (Intel Core 2), try /QxW /QaxT. This will get you SSE2 for everyone and SSSE3 on Core 2 processors.&lt;/P&gt;
&lt;P&gt;This may be enough for stability, though you can try /fp:precise to see what it does for you.&lt;/P&gt;
&lt;P&gt;By the way, I see that your email address is showing. I suggest clicking on "Edit Profile" to the right to change your "Display Name".&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Thanks for the answers!&lt;/P&gt;
&lt;P&gt;Our customers are running everything from Pentium 4 to the very latest.&lt;/P&gt;
&lt;P&gt;I will try /QxW /QaxT!!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2008 21:07:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Qax-options-for-speed-and-numerical-precision/m-p/864770#M70346</guid>
      <dc:creator>davva</dc:creator>
      <dc:date>2008-10-28T21:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qax options for speed and numerical precision</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Qax-options-for-speed-and-numerical-precision/m-p/864771#M70347</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&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;&lt;EM&gt;
&lt;P&gt;... If you have newer Intel processors (Intel Core 2), try /QxW /QaxT. This will get you SSE2 for everyone and SSSE3 on Core 2 processors.&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;1. re /QaxT. How does this compare with  /QaxS in terms of performace gain on (A) Core 2 and (B) other processors (scientific modelling code, command line program).&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;2. Where is /QxW set in Visual Studio?&lt;/P&gt;
&lt;P&gt;Under "Project / Properties / Configuration / Fortram / Optimisations / Require ... Extensions" the only options I get are: /QxK, N, B, P, T, O, S and None  (VS2005 PPE version 8.0.50727.867 with SP1 &amp;amp; update KB932232).&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Sun, 02 Nov 2008 21:34:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Qax-options-for-speed-and-numerical-precision/m-p/864771#M70347</guid>
      <dc:creator>davidspurr</dc:creator>
      <dc:date>2008-11-02T21:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qax options for speed and numerical precision</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Qax-options-for-speed-and-numerical-precision/m-p/864772#M70348</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;/QaxS is for all Core 2 processors. /QaxT is for the 45nm "Penryn" family of processors. If you don't have the particular processor type, you get generic code. I am told that the extra instructions Penryn processors have can be useful in some scientific applications, but you should do your own comparisons to see what works best for your application.&lt;/P&gt;
&lt;P&gt;/QxW is not selectable using the property page. You can add it on the Command Line page. This will be the default in version 11.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Nov 2008 22:43:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Qax-options-for-speed-and-numerical-precision/m-p/864772#M70348</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-11-02T22:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Qax options for speed and numerical precision</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Qax-options-for-speed-and-numerical-precision/m-p/864773#M70349</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&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;&lt;EM&gt;
&lt;P&gt;/QaxS is for all Core 2 processors. /QaxT is for the 45nm "Penryn" family of processors. If you don't have the particular processor type, you get generic code. I am told that the extra instructions Penryn processors have can be useful in some scientific applications, but you should do your own comparisons to see what works best for your application.&lt;/P&gt;
&lt;P&gt;/QxW is not selectable using the property page. You can add it on the Command Line page. This will be the default in version 11.&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Everyone has been confused by these options. /QaxS, for ifort 10.1, will take the x87 "generic" code path on Core 2, and vectorized code for Penryn. /QaxT has a vectorized code path for Core 2 (and Penryn). If you don't need the 2 code versions, you would prefer the single path version, with no "generic" code, which you get by omitting the a.&lt;/P&gt;
&lt;P&gt;In ifort 11, /QxS has an alternate name /QxSSE4.1, and /QxP may be spelled /QxSSE3.&lt;/P&gt;
&lt;P&gt;I haven't been able to find any advantages for /QxT (/QxSSSE3) over /QxP, which provides vectorized code for all Intel SSE3 CPUs. /QxS can vectorize some cases which /QxT cannot, but few of them show a large advantage.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2008 01:15:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Qax-options-for-speed-and-numerical-precision/m-p/864773#M70349</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2008-11-03T01:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qax options for speed and numerical precision</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Qax-options-for-speed-and-numerical-precision/m-p/864774#M70350</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&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;&lt;EM&gt;
&lt;P&gt;/QaxS is for all Core 2 processors. /QaxT is for the 45nm "Penryn" family of processors. If you don't have the particular processor type, you get generic code. ...&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Table at the start of &lt;A href="http://en.wikipedia.org/wiki/Intel_Core_2"&gt;http://en.wikipedia.org/wiki/Intel_Core_2&lt;/A&gt; seems to imply that only laptop cpu's are Penryn?&lt;/P&gt;
&lt;P&gt;But &lt;A href="http://download.intel.com/pressroom/kits/45nm/45nmSummaryFoils.pdf"&gt;this Intel presentation&lt;/A&gt; indicates that there are desktop &amp;amp; server variatants  (Slide 7).&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;My desktop cpu is a  QX9650. Wikipedia article suggests it is a Yorkfield XE core, while the Intel presentation has it as a Penryn. I assume the latter is correct?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hence I should use /QaxT the desktop, but not for my T7400 laptop (will just use "generic" code)?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;But, I just found this document: "&lt;A href="http://cache-www.intel.com/cd/00/00/27/66/276615_276615.pdf"&gt;White Paper: Optimizing Applications with Intel C++ and Fortran Compilers for Windows*, Linux*, and Mac OS* X: Version 11.x&lt;/A&gt;".&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Table 11&lt;/STRONG&gt; (Recommended Optimization Options for Specific Intel Processors) on p20, recommends:&lt;/P&gt;
&lt;P&gt;/QaxT for Intel Core2 Extreme processor&lt;/P&gt;
&lt;P&gt;/QaxS for "Intel 45nm Hi-k next generation Intel Core microarchitecture" (? which chips)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The presentation above (Slide 7) indicates that Penryn (&amp;amp; specifically the QX9650) are "Hafnium-based high-k metal gate technology" &lt;STRONG&gt;Table 11 of the White Paper therefore recommends /QaxS&lt;/STRONG&gt; (not /QaxT) &lt;STRONG&gt;for Penryn&lt;/STRONG&gt;? Seems to be a conflict?&lt;/P&gt;
&lt;P&gt;The White Paper also suggests that /QaxS is a higher level optimisation than /QaxT.&lt;/P&gt;
&lt;P&gt;Will do some testing when I get time. Need to set up shortened runs first for testing the optimization variants.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2008 01:42:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Qax-options-for-speed-and-numerical-precision/m-p/864774#M70350</guid>
      <dc:creator>davidspurr</dc:creator>
      <dc:date>2008-11-03T01:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qax options for speed and numerical precision</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Qax-options-for-speed-and-numerical-precision/m-p/864775#M70351</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/367365"&gt;tim18&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;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
...
&lt;P&gt;/QxS can vectorize some cases which /QxT cannot, but few of them show a large advantage.&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Tim replied while I was researching for my response above! Given the "&lt;EM&gt;&lt;EM&gt;but few of them show a large advantage&lt;/EM&gt;&lt;/EM&gt;" I may leave further checking till a (very) rainy day.&lt;/P&gt;
&lt;P&gt;My residual concern is whether using /QaxS will be disadvantageous on my laptop (T7400); ie. will the /QaxS optimisation just drop back one step to SSE3, or go right back to "generic"?&lt;/P&gt;
&lt;P&gt;Be nice not to have to use different code versions for each PC or laptop. Need something that will use the highest available optimisation. Others using my code still have pre-Core 2 machines.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2008 01:56:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Qax-options-for-speed-and-numerical-precision/m-p/864775#M70351</guid>
      <dc:creator>davidspurr</dc:creator>
      <dc:date>2008-11-03T01:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qax options for speed and numerical precision</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Qax-options-for-speed-and-numerical-precision/m-p/864776#M70352</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/361100"&gt;david_spurr&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;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;My residual concern is whether using /QaxS will be disadvantageous on my laptop (T7400); ie. will the /QaxS optimisation just drop back one step to SSE3, or go right back to "generic"?&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Argh - no longer possible to edit posts?&lt;/P&gt;
&lt;P&gt;Re-reading Tim I see he already answered my question - seems my "worse fear" prevails; ie. /QaxS will drop back to "generic" on the T7400. Hence /QaxS not a good bet except for code that will only run on Penryn :(&lt;EM&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2008 02:02:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Qax-options-for-speed-and-numerical-precision/m-p/864776#M70352</guid>
      <dc:creator>davidspurr</dc:creator>
      <dc:date>2008-11-03T02:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qax options for speed and numerical precision</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Qax-options-for-speed-and-numerical-precision/m-p/864777#M70353</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/361100"&gt;david_spurr&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;&lt;EM&gt;
&lt;P&gt;Argh - no longer possible to edit posts?&lt;/P&gt;
&lt;P&gt;Re-reading Tim I see he already answered my question - seems my "worse fear" prevails; ie. /QaxS will drop back to "generic" on the T7400. Hence /QaxS not a good bet except for code that will only run on Penryn :(&lt;EM&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;You could combine P and S options so as to get full optimization across a wider range of CPU types, at the expense of larger code.&lt;/P&gt;
&lt;P&gt;Yorkfield is one of several CPUs in the Penryn family, which all support SSE4.1 code. SSE3 and SSSE3 code options also work fine on Penryn, and would usually give the same code generation as SSE4.1.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2008 05:44:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Qax-options-for-speed-and-numerical-precision/m-p/864777#M70353</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2008-11-03T05:44:58Z</dc:date>
    </item>
  </channel>
</rss>

