<?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: Detecting Nehalem CPU in Intel® ISA Extensions</title>
    <link>https://community.intel.com/t5/Intel-ISA-Extensions/Detecting-Nehalem-CPU/m-p/869425#M2298</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/336161"&gt;Shih Kuo (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;Hi&lt;/P&gt;
&lt;P&gt;I assume your interest in incorporating microarchitecture-specific optimization is the motivation for seeking family/model information. If I understand correctly, you might be pursuing SSE4 code in your encoding application with different code paths to optimize for Penryn versus Nehalem microarchitecture.&lt;/P&gt;
&lt;P&gt;You can find in Appendix C of the Optimization manual, Table C-1 lists SIMD instruction set support for different processor families. However, Table C-1 only covers processor families that have launched. Nehalem family will be rolling out soon, so we will be updating our documentation in the near future. But at the current time, that still falls under unreleased product information.&lt;/P&gt;
&lt;P&gt;Please note that, un-released product detail is generally not covered in public docs, but may be available under non-disclosure channel. The channel to get access to un-released product information is the same as you would with your Nehalem prototype system.&lt;/P&gt;
&lt;P&gt;Additionally, some of the newer processor family may span more than one value of "enhanced model"/"model" encoding. For example, the six-core Dunnington processor, known as Intel Xeon processor 7400 series, has a different "enhanced model-model encoding" than the other Penryn family (Intel Xeon processor 5400 series and several product lines in the Intel Core 2 processor family). The Penryn family has a signature of DisplayFamily = 6 and DisplayModel = 17H (where enhanced model encoding is 1, model encoding is 7). The Dunnington has the same DisplayFamily encoding, the DisplayModel encoding is 1DH.&lt;/P&gt;
&lt;P&gt;For Nehalem processor family, which will also span multiple values of DisplayFamily/DisplayModel encodings, please follow up through your contact for the Nehalem prototype system. The same channel can also provide you with access to Tuning information on SSE4.2 and Nehalem microarchitecture.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Thanks for the detailed information!  I will potentially both be doing some SSE4 optimizations, along with a number of changes to which assembly functions are loaded due to the changes in load latencies and instruction timings on Nehalem.&lt;/P&gt;
&lt;P&gt;It sounds like SSE4.2 detection is the best way to go here, as you said there will be a large numbers of models in the Nehalem series with rather complex model/family encoding.&lt;/P&gt;
&lt;P&gt;I asked here because the channel through which I have to get information on the prototype system has been rather slow in coming, most likely because I have to go through a number of people to reach the person who has direct contact with Intel (organizational issues on my side I would suspect).&lt;/P&gt;
&lt;P&gt;You mentioned "tuning information"; what kind of information falls under this category? I have already done in-depth analysis using mubench (a full run of --pairs for analysis of execution unit relationships, among other things); what other information is available under that category--uop breakdowns?&lt;/P&gt;</description>
    <pubDate>Tue, 14 Oct 2008 02:48:31 GMT</pubDate>
    <dc:creator>dark_shikari</dc:creator>
    <dc:date>2008-10-14T02:48:31Z</dc:date>
    <item>
      <title>Detecting Nehalem CPU</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Detecting-Nehalem-CPU/m-p/869421#M2294</link>
      <description>&lt;P&gt;What are all the Model/Family numbers possible for the upcoming Nehalem line of CPUs? I am currently optimizing the encoding application x264 using a pre-release Nehalem chip, but I only know of the model/family number of this chip I have here.&lt;/P&gt;
&lt;P&gt;Is there anywhere I can find an exhaustive list that I can use for the CPU identification code?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2008 22:24:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Detecting-Nehalem-CPU/m-p/869421#M2294</guid>
      <dc:creator>dark_shikari</dc:creator>
      <dc:date>2008-10-10T22:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting Nehalem CPU</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Detecting-Nehalem-CPU/m-p/869422#M2295</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;Dark, hi,&lt;BR /&gt;&lt;BR /&gt;Shishjong might correct me if I'm wrong  publishing cpuid info for Nehalem will be aligned with Nehalem launch. It should be safe to use model and family numbers of CPU you have.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;We hope you need this info not to detect ISA (like SSE4.2) support, there are long ago published flags for that.&lt;BR /&gt;&lt;BR /&gt;I also believe you should direct all questions on pre-release Software Development Platform with Nehalem processor you have got to your premier support account, you can get one by registering SDP in there (the advantages are: it will be answered in full, as not everything can be published in forum, it will be answered as it has to be and also within some short time frame according to SLA).&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;-Max&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 13 Oct 2008 23:44:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Detecting-Nehalem-CPU/m-p/869422#M2295</guid>
      <dc:creator>Max_L</dc:creator>
      <dc:date>2008-10-13T23:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting Nehalem CPU</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Detecting-Nehalem-CPU/m-p/869423#M2296</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;SSE4.2 actually sounds like a decent way to do it also; detecting the presence of SSE4.2 will surely detect the presence of a Nehalem core (and, likely, all later CPUs). I'll try using that instead.&lt;/P&gt;
&lt;P&gt;Then again, I can't commit the code until Nehalem release anyways, since the Nehalem-specific optimizations I'm working on probably contain enough information to violate the NDA if I released it earlier.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2008 23:47:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Detecting-Nehalem-CPU/m-p/869423#M2296</guid>
      <dc:creator>dark_shikari</dc:creator>
      <dc:date>2008-10-13T23:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting Nehalem CPU</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Detecting-Nehalem-CPU/m-p/869424#M2297</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/283639"&gt;dark_shikari&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;What are all the Model/Family numbers possible for the upcoming Nehalem line of CPUs? I am currently optimizing the encoding application x264 using a pre-release Nehalem chip, but I only know of the model/family number of this chip I have here.&lt;/P&gt;
&lt;P&gt;Is there anywhere I can find an exhaustive list that I can use for the CPU identification code?&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I assume your interest in incorporating microarchitecture-specific optimization is the motivation for seeking family/model information. If I understand correctly, you might be pursuing SSE4 code in your encoding application with different code paths to optimize for Penryn versus Nehalem microarchitecture.&lt;/P&gt;
&lt;P&gt;You can find in Appendix C of the Optimization manual, Table C-1 lists SIMD instruction set support for different processor families. However, Table C-1 only covers processor families that have launched. Nehalem family will be rolling out soon, so we will be updating our documentation in the near future. Butat the current time,that still falls under unreleased product information.&lt;/P&gt;
&lt;P&gt;Please note that, un-released product detail is generally not covered in public docs, but may be available under non-disclosure channel. The channel to get access to un-released product information is the same as you would with your Nehalem prototype system.&lt;/P&gt;
&lt;P&gt;Additionally, some of the newer processor family may span more thanone value of"enhanced model"/"model" encoding. For example, the six-core Dunnington processor, known as Intel Xeon processor 7400 series, has a different "enhanced model-model encoding" than the other Penryn family (Intel Xeon processor 5400 series and several product lines in the Intel Core 2 processor family). The Penryn family has a signature of DisplayFamily = 6 and DisplayModel = 17H (where enhanced model encoding is 1, model encoding is 7). The Dunnington has the same DisplayFamily encoding, the DisplayModel encoding is 1DH.&lt;/P&gt;
&lt;P&gt;For Nehalem processor family, which will also span multiple values of DisplayFamily/DisplayModel encodings, please follow up through your contact for the Nehalem prototype system. The same channel can also provide you with access to Tuning information on SSE4.2 and Nehalem microarchitecture.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2008 00:28:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Detecting-Nehalem-CPU/m-p/869424#M2297</guid>
      <dc:creator>SHIH_K_Intel</dc:creator>
      <dc:date>2008-10-14T00:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting Nehalem CPU</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Detecting-Nehalem-CPU/m-p/869425#M2298</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/336161"&gt;Shih Kuo (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;Hi&lt;/P&gt;
&lt;P&gt;I assume your interest in incorporating microarchitecture-specific optimization is the motivation for seeking family/model information. If I understand correctly, you might be pursuing SSE4 code in your encoding application with different code paths to optimize for Penryn versus Nehalem microarchitecture.&lt;/P&gt;
&lt;P&gt;You can find in Appendix C of the Optimization manual, Table C-1 lists SIMD instruction set support for different processor families. However, Table C-1 only covers processor families that have launched. Nehalem family will be rolling out soon, so we will be updating our documentation in the near future. But at the current time, that still falls under unreleased product information.&lt;/P&gt;
&lt;P&gt;Please note that, un-released product detail is generally not covered in public docs, but may be available under non-disclosure channel. The channel to get access to un-released product information is the same as you would with your Nehalem prototype system.&lt;/P&gt;
&lt;P&gt;Additionally, some of the newer processor family may span more than one value of "enhanced model"/"model" encoding. For example, the six-core Dunnington processor, known as Intel Xeon processor 7400 series, has a different "enhanced model-model encoding" than the other Penryn family (Intel Xeon processor 5400 series and several product lines in the Intel Core 2 processor family). The Penryn family has a signature of DisplayFamily = 6 and DisplayModel = 17H (where enhanced model encoding is 1, model encoding is 7). The Dunnington has the same DisplayFamily encoding, the DisplayModel encoding is 1DH.&lt;/P&gt;
&lt;P&gt;For Nehalem processor family, which will also span multiple values of DisplayFamily/DisplayModel encodings, please follow up through your contact for the Nehalem prototype system. The same channel can also provide you with access to Tuning information on SSE4.2 and Nehalem microarchitecture.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Thanks for the detailed information!  I will potentially both be doing some SSE4 optimizations, along with a number of changes to which assembly functions are loaded due to the changes in load latencies and instruction timings on Nehalem.&lt;/P&gt;
&lt;P&gt;It sounds like SSE4.2 detection is the best way to go here, as you said there will be a large numbers of models in the Nehalem series with rather complex model/family encoding.&lt;/P&gt;
&lt;P&gt;I asked here because the channel through which I have to get information on the prototype system has been rather slow in coming, most likely because I have to go through a number of people to reach the person who has direct contact with Intel (organizational issues on my side I would suspect).&lt;/P&gt;
&lt;P&gt;You mentioned "tuning information"; what kind of information falls under this category? I have already done in-depth analysis using mubench (a full run of --pairs for analysis of execution unit relationships, among other things); what other information is available under that category--uop breakdowns?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Oct 2008 02:48:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Detecting-Nehalem-CPU/m-p/869425#M2298</guid>
      <dc:creator>dark_shikari</dc:creator>
      <dc:date>2008-10-14T02:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Detecting Nehalem CPU</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/Detecting-Nehalem-CPU/m-p/869426#M2299</link>
      <description>&lt;DIV style="margin:0px;"&gt;If you had a chance to look through the material presented in the Sanfrancisco IDF, &lt;A href="http://intel.wingateweb.com/US08/published/sessions/SVRS005/SF08_SVRS005_100r.pdf"&gt;http://intel.wingateweb.com/US08/published/sessions/SVRS005/SF08_SVRS005_100r.pdf&lt;/A&gt;&lt;/DIV&gt;
&lt;P&gt;More details on coding guidelines for SSE4.2 and code examples, including strstr equivalent implementation using SSE4.2, token extraction and a few others are covered there.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Oct 2008 01:26:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/Detecting-Nehalem-CPU/m-p/869426#M2299</guid>
      <dc:creator>SHIH_K_Intel</dc:creator>
      <dc:date>2008-10-18T01:26:02Z</dc:date>
    </item>
  </channel>
</rss>

