<?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 Please let us know if it in Intel® ISA Extensions</title>
    <link>https://community.intel.com/t5/Intel-ISA-Extensions/SSE4-Intrensics-on-Visual-Studio-2008/m-p/1014008#M4931</link>
    <description>&lt;P&gt;Please let us know if it solves your problem.&lt;/P&gt;

&lt;P&gt;Kind regards&lt;/P&gt;

&lt;P&gt;Thomas&lt;/P&gt;</description>
    <pubDate>Fri, 01 Aug 2014 11:53:37 GMT</pubDate>
    <dc:creator>Thomas_W_Intel</dc:creator>
    <dc:date>2014-08-01T11:53:37Z</dc:date>
    <item>
      <title>SSE4 Intrensics on Visual Studio 2008</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/SSE4-Intrensics-on-Visual-Studio-2008/m-p/1014002#M4925</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Am optimizing my code application using Intel SSE intrinsic. It works fine with Intel compiler for 64-bit and 32-bit in MSVC 2008 IDE.&lt;/P&gt;

&lt;P&gt;The same applications behaving differently with MSVC compiler for 32/64- bit run. I would like to know is there any limitation for MSVC 2008 IDE with respect to Intel SSE intrinsics( Am using upto SSE4.2).&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2014 06:50:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/SSE4-Intrensics-on-Visual-Studio-2008/m-p/1014002#M4925</guid>
      <dc:creator>Uday_Krishna__G_</dc:creator>
      <dc:date>2014-07-31T06:50:40Z</dc:date>
    </item>
    <item>
      <title>VS 2008 suppotrs SSE 4.2 and</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/SSE4-Intrensics-on-Visual-Studio-2008/m-p/1014003#M4926</link>
      <description>&lt;P&gt;VS 2008 suppotrs SSE 4.2 and there shouldn't be a difference.between the two in support of intrinsics, but there are obviously differences in the optimizers, which might have surprising side-effects. Which instructions are you using in your code?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2014 07:23:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/SSE4-Intrensics-on-Visual-Studio-2008/m-p/1014003#M4926</guid>
      <dc:creator>Thomas_W_Intel</dc:creator>
      <dc:date>2014-07-31T07:23:09Z</dc:date>
    </item>
    <item>
      <title>Am Using all the Integer</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/SSE4-Intrensics-on-Visual-Studio-2008/m-p/1014004#M4927</link>
      <description>&lt;P&gt;Am Using all the Integer Arithmetic instructions like Addition, Subtractions, Multiplication, Shifting. Zero and Sign extended&amp;nbsp;Packing and Saturation unpacking instructions. I also heard that MSVC 2008 compiler won't support some SSE instructions which are fixed in MSVC 2010.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2014 08:35:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/SSE4-Intrensics-on-Visual-Studio-2008/m-p/1014004#M4927</guid>
      <dc:creator>Uday_Krishna__G_</dc:creator>
      <dc:date>2014-07-31T08:35:07Z</dc:date>
    </item>
    <item>
      <title>I don't think the Intel</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/SSE4-Intrensics-on-Visual-Studio-2008/m-p/1014005#M4928</link>
      <description>&lt;P&gt;I don't think the Intel compiler can be counted on for SSE4 intrinsics unless the corresponding /arch: or /QxHost is set.&amp;nbsp; When that is done, some SSE or SSE2 intrinsics will be optimized by ICL to SSE4 equivalents, which Microsoft will not do.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I wouldn't be surprised to see differences in register optimization between MSVC and ICL.&amp;nbsp; DIfferences such as Thomas and I mentioned ought to be visible in the .asm code.&lt;/P&gt;

&lt;P&gt;You would certainly want to have applied all service packs for your version of Visual Studio.&lt;/P&gt;

&lt;P&gt;I don't know what you mean by 32/64-.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2014 14:10:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/SSE4-Intrensics-on-Visual-Studio-2008/m-p/1014005#M4928</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2014-07-31T14:10:12Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;&gt;I don't know what you mean</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/SSE4-Intrensics-on-Visual-Studio-2008/m-p/1014006#M4929</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 14.399999618530273px;"&gt;&amp;gt;&amp;gt;&amp;gt;I don't know what you mean by 32/64-.&amp;gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 14.399999618530273px;"&gt;He probably meant 32-bit exe and 64-bit exe.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2014 17:10:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/SSE4-Intrensics-on-Visual-Studio-2008/m-p/1014006#M4929</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2014-07-31T17:10:15Z</dc:date>
    </item>
    <item>
      <title>@ Tim</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/SSE4-Intrensics-on-Visual-Studio-2008/m-p/1014007#M4930</link>
      <description>&lt;P&gt;@ Tim&lt;/P&gt;

&lt;P&gt;I guess i haven't updated all the Service packs for MSVC2008. I will try this option and see the result.&lt;/P&gt;

&lt;P&gt;Thanks for inputs.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2014 09:53:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/SSE4-Intrensics-on-Visual-Studio-2008/m-p/1014007#M4930</guid>
      <dc:creator>Uday_Krishna__G_</dc:creator>
      <dc:date>2014-08-01T09:53:48Z</dc:date>
    </item>
    <item>
      <title>Please let us know if it</title>
      <link>https://community.intel.com/t5/Intel-ISA-Extensions/SSE4-Intrensics-on-Visual-Studio-2008/m-p/1014008#M4931</link>
      <description>&lt;P&gt;Please let us know if it solves your problem.&lt;/P&gt;

&lt;P&gt;Kind regards&lt;/P&gt;

&lt;P&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2014 11:53:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-ISA-Extensions/SSE4-Intrensics-on-Visual-Studio-2008/m-p/1014008#M4931</guid>
      <dc:creator>Thomas_W_Intel</dc:creator>
      <dc:date>2014-08-01T11:53:37Z</dc:date>
    </item>
  </channel>
</rss>

