<?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 ipp-samples 7.0.6  cl8 compile defect. in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ipp-samples-7-0-6-cl8-compile-defect/m-p/767029#M318</link>
    <description>I build IPP-samples with provided script. &lt;B&gt;build_ia32.bat cl8&lt;BR /&gt;&lt;/B&gt;In my project I use the &lt;B&gt;PostProcessing&lt;/B&gt; capability of decoders.&lt;BR /&gt;While debugging my program, that uses &lt;B&gt;mpeg4_dec&lt;/B&gt; I encountered an issue, which I would classify as compiler error&lt;B&gt;. &lt;BR /&gt;&lt;/B&gt;in file &lt;B&gt;umc_mpeg4_video_decoder_cpp:237&lt;BR /&gt;&lt;/B&gt;the assignment&lt;B&gt;&lt;BR /&gt;&lt;BR /&gt;m_PostProcessing = pParam-&amp;gt;pPostProcessing;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;gave unexpected result. It didn't happen.&lt;BR /&gt;Instead of this, assignment happen to another memory area.&lt;BR /&gt;&lt;BR /&gt;Looks, like compiler generates wrong offsets to class members.&lt;BR /&gt;&lt;BR /&gt;I suppose, this issue is already fixed in some of patches/service packs of MSVC2005&lt;BR /&gt;Are you aware of thissue? Can you advice corresponding patch?&lt;B&gt;&lt;/B&gt;</description>
    <pubDate>Wed, 25 Apr 2012 07:43:46 GMT</pubDate>
    <dc:creator>Yaroslav_Korchevsky</dc:creator>
    <dc:date>2012-04-25T07:43:46Z</dc:date>
    <item>
      <title>ipp-samples 7.0.6  cl8 compile defect.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ipp-samples-7-0-6-cl8-compile-defect/m-p/767029#M318</link>
      <description>I build IPP-samples with provided script. &lt;B&gt;build_ia32.bat cl8&lt;BR /&gt;&lt;/B&gt;In my project I use the &lt;B&gt;PostProcessing&lt;/B&gt; capability of decoders.&lt;BR /&gt;While debugging my program, that uses &lt;B&gt;mpeg4_dec&lt;/B&gt; I encountered an issue, which I would classify as compiler error&lt;B&gt;. &lt;BR /&gt;&lt;/B&gt;in file &lt;B&gt;umc_mpeg4_video_decoder_cpp:237&lt;BR /&gt;&lt;/B&gt;the assignment&lt;B&gt;&lt;BR /&gt;&lt;BR /&gt;m_PostProcessing = pParam-&amp;gt;pPostProcessing;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;gave unexpected result. It didn't happen.&lt;BR /&gt;Instead of this, assignment happen to another memory area.&lt;BR /&gt;&lt;BR /&gt;Looks, like compiler generates wrong offsets to class members.&lt;BR /&gt;&lt;BR /&gt;I suppose, this issue is already fixed in some of patches/service packs of MSVC2005&lt;BR /&gt;Are you aware of thissue? Can you advice corresponding patch?&lt;B&gt;&lt;/B&gt;</description>
      <pubDate>Wed, 25 Apr 2012 07:43:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ipp-samples-7-0-6-cl8-compile-defect/m-p/767029#M318</guid>
      <dc:creator>Yaroslav_Korchevsky</dc:creator>
      <dc:date>2012-04-25T07:43:46Z</dc:date>
    </item>
    <item>
      <title>ipp-samples 7.0.6  cl8 compile defect.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ipp-samples-7-0-6-cl8-compile-defect/m-p/767030#M319</link>
      <description>While further investigation I found, that the structure &lt;B&gt;UMC::VideoStreamInfo&lt;/B&gt; differs in size depending of build. command line build &lt;B&gt;UMC::VideoStreamInfo&lt;/B&gt; is 8 bytes larger than one in IDE build.&lt;BR /&gt;&lt;BR /&gt;Probably I missed some compiler option or preprocessor definition.&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Apr 2012 12:17:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ipp-samples-7-0-6-cl8-compile-defect/m-p/767030#M319</guid>
      <dc:creator>Yaroslav_Korchevsky</dc:creator>
      <dc:date>2012-04-25T12:17:02Z</dc:date>
    </item>
    <item>
      <title>ipp-samples 7.0.6  cl8 compile defect.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ipp-samples-7-0-6-cl8-compile-defect/m-p/767031#M320</link>
      <description>Problem has been solved.&lt;BR /&gt;The issue was simultaneous including of &lt;B&gt;umc-structures.h&lt;/B&gt; from &lt;B&gt;audio-video-codecs&lt;/B&gt; and &lt;B&gt;speech-codecs&lt;/B&gt;.&lt;BR /&gt;&lt;BR /&gt;The structure mentioned above in &lt;B&gt;audio-video-codecs&lt;/B&gt; has additional field &lt;B&gt;disp_clip_info&lt;/B&gt;.&lt;BR /&gt;&lt;BR /&gt;As far as in my solution &lt;B&gt;speech-codecs&lt;/B&gt; includes was listed prior to &lt;B&gt;audio-video-codecs&lt;/B&gt; &lt;BR /&gt;structure size mismatch appeared as defect.&lt;BR /&gt;&lt;BR /&gt;I think, it would be useful either keep &lt;B&gt;umc-structures&lt;/B&gt; synchronous or separate the &lt;B&gt;umc&lt;/B&gt; module into substaintial module, common for both &lt;B&gt;audio-video-codecs&lt;/B&gt; and &lt;B&gt;speech-codecs&lt;/B&gt;.&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Apr 2012 12:43:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ipp-samples-7-0-6-cl8-compile-defect/m-p/767031#M320</guid>
      <dc:creator>Yaroslav_Korchevsky</dc:creator>
      <dc:date>2012-04-25T12:43:41Z</dc:date>
    </item>
    <item>
      <title>ipp-samples 7.0.6  cl8 compile defect.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ipp-samples-7-0-6-cl8-compile-defect/m-p/767032#M321</link>
      <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thank you for observation and fixing the problem by yourself)).&lt;/DIV&gt;&lt;DIV&gt;We will look of what can be done regarding that.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Sergey&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Apr 2012 16:51:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ipp-samples-7-0-6-cl8-compile-defect/m-p/767032#M321</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2012-04-25T16:51:05Z</dc:date>
    </item>
  </channel>
</rss>

