<?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: Compiler Optimization Parameters for IPP? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Compiler-Optimization-Parameters-for-IPP/m-p/864236#M8147</link>
    <description>&lt;P&gt;I saw a 30% boost in perf using ICL91 VS MSVC8.&lt;/P&gt;
&lt;P&gt;Not sure where the gain came from, but bitstream decoding seem to be the one that is not optimized right with MSVC8. For example the inline directive is not honored.&lt;/P&gt;
&lt;P&gt;The cost was: doubling of the code size. Going from a 500K to 1meg binary .&lt;/P&gt;
&lt;P&gt;Stephan&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 10 May 2007 22:43:50 GMT</pubDate>
    <dc:creator>sschaem</dc:creator>
    <dc:date>2007-05-10T22:43:50Z</dc:date>
    <item>
      <title>Compiler Optimization Parameters for IPP?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Compiler-Optimization-Parameters-for-IPP/m-p/864235#M8146</link>
      <description>&lt;P&gt;I have created a Visual C++ projecttouseH.264 decoding class from umc samples and successfully decoded H.264 images. However, when I measure the time it takes to decode images from a video clip, my implementation takes twice as long compared to the simple_player.exe implementation. I built my wrapper library using Visual Studio 2005. Are there any important compiler optimization parameters I need to set to optimize the generated code?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2007 10:19:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Compiler-Optimization-Parameters-for-IPP/m-p/864235#M8146</guid>
      <dc:creator>yigithan_dedeoglu</dc:creator>
      <dc:date>2007-05-07T10:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler Optimization Parameters for IPP?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Compiler-Optimization-Parameters-for-IPP/m-p/864236#M8147</link>
      <description>&lt;P&gt;I saw a 30% boost in perf using ICL91 VS MSVC8.&lt;/P&gt;
&lt;P&gt;Not sure where the gain came from, but bitstream decoding seem to be the one that is not optimized right with MSVC8. For example the inline directive is not honored.&lt;/P&gt;
&lt;P&gt;The cost was: doubling of the code size. Going from a 500K to 1meg binary .&lt;/P&gt;
&lt;P&gt;Stephan&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2007 22:43:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Compiler-Optimization-Parameters-for-IPP/m-p/864236#M8147</guid>
      <dc:creator>sschaem</dc:creator>
      <dc:date>2007-05-10T22:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler Optimization Parameters for IPP?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Compiler-Optimization-Parameters-for-IPP/m-p/864237#M8148</link>
      <description>&lt;P&gt;&lt;FONT face="Tahoma"&gt;Thanks Stephan, I will keep this in my mind.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Tahoma"&gt;I am using the H264VideoDecoder class on its own, I mean I don't use any splitter class or the umc_pipeline. I guess this causes my version of the decoder to run very slow. I will try to utilize these remaining parts of the decoding pipeline to improve speed.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Tahoma"&gt;Yigithan&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2007 08:16:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Compiler-Optimization-Parameters-for-IPP/m-p/864237#M8148</guid>
      <dc:creator>yigithan_dedeoglu</dc:creator>
      <dc:date>2007-05-11T08:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Compiler Optimization Parameters for IPP?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Compiler-Optimization-Parameters-for-IPP/m-p/864238#M8149</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;if you use IPP static libraries please make sure you call ippStaticInit function at the beginning of your application.&lt;/P&gt;
&lt;P&gt;This call will initialize IPP static dispatcher to select best optimized code for the run.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Mon, 14 May 2007 18:16:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Compiler-Optimization-Parameters-for-IPP/m-p/864238#M8149</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-05-14T18:16:22Z</dc:date>
    </item>
  </channel>
</rss>

