<?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>tema 64 bit compiler warnings en Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/64-bit-compiler-warnings/m-p/850571#M6500</link>
    <description>Hi Alex,&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Have you tried 7.0.x samples? I cannot see warnings like these. And as far as i know, there were no issues specific to 64 bits.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&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>Thu, 23 Aug 2012 05:56:40 GMT</pubDate>
    <dc:creator>Sergey_K_Intel</dc:creator>
    <dc:date>2012-08-23T05:56:40Z</dc:date>
    <item>
      <title>64 bit compiler warnings</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/64-bit-compiler-warnings/m-p/850567#M6496</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;yes, I know there have been similar threads in the past, but I did not find a final answer to this problem. Compiling the H264 and MPEG4 decoders from Intel IPP 6.1.6 (taken from the 6.1.6 samples) in Visual Studio produces some warnings when the "Detect 64bit portability issues" is turned on for the compiler. The H264 decoder produces 5 warnings of type "conversion from type size_t to Ipp32s(u), possible loss of data". The MPEG4 decoder produces 6 warnings - same as above. Additionaly it produces some "pointer truncation" and "int to pointer conversion" warnings for the _ALIGN16 macro, but these are obviously harmless because there is a special 64bit version of this macro under an #ifdef.&lt;BR /&gt;&lt;BR /&gt;1. Can anybody confirm that the size_t conversion warnings are harmless when compiling for a 64 bit platform?&lt;BR /&gt;&lt;BR /&gt;2. Does anybody know if upgrading to IPP 7 helps to get rid of the warnings?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Alex&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2012 14:34:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/64-bit-compiler-warnings/m-p/850567#M6496</guid>
      <dc:creator>alex78</dc:creator>
      <dc:date>2012-08-21T14:34:43Z</dc:date>
    </item>
    <item>
      <title>64 bit compiler warnings</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/64-bit-compiler-warnings/m-p/850568#M6497</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1345600471671="60" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=136520" href="https://community.intel.com/en-us/profile/136520/" class="basic"&gt;alex78&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;EM&gt;...The H264 decoder produces &lt;STRONG&gt;5&lt;/STRONG&gt;&lt;/EM&gt;&lt;STRONG&gt; warnings&lt;/STRONG&gt;&lt;EM&gt; of type "conversion from type size_t to Ipp32s(u), possible loss of data".&lt;BR /&gt;The MPEG4 decoder produces &lt;/EM&gt;&lt;STRONG&gt;6 warnings&lt;/STRONG&gt;&lt;EM&gt; - same as above...&lt;BR /&gt;&lt;BR /&gt;1. Can anybody confirm that the size_t conversion &lt;/EM&gt;&lt;STRONG&gt;warnings are harmless when compiling for a 64 bit platform&lt;/STRONG&gt;&lt;EM&gt;?&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;STRONG&gt;SergeyK&lt;/STRONG&gt;] There are &lt;STRONG&gt;11 warnings&lt;/STRONG&gt; in total and I would investigate every case because on a 64-bit platform that loss of data&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; could create problems.&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Please take a look at a thread:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Tips for Porting software to a 64-bit platform&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://redfort-software.intel.com/en-us/forums/showthread.php?t=106025&amp;amp;o=a&amp;amp;s=lr"&gt;http://redfort-software.intel.com/en-us/forums/showthread.php?t=106025&amp;amp;o=a&amp;amp;s=lr&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2012 02:01:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/64-bit-compiler-warnings/m-p/850568#M6497</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-08-22T02:01:48Z</dc:date>
    </item>
    <item>
      <title>64 bit compiler warnings</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/64-bit-compiler-warnings/m-p/850569#M6498</link>
      <description>Hi Sergey,&lt;BR /&gt;&lt;BR /&gt;thank you very much&amp;nbsp;for your reply. However, it does not really answer my question. In particular, I would like to know if Intel is concerned about these warnings, with other words, can we consider the sample code provided by Intel to be 64-bit compatible? Or are we on our own here to investigate the 64 bit compiler warnings to create a 64 bit compatible code? I also hoped that anybody tried&amp;nbsp;to run these decoders on Win64 so that we can hear some experience.&lt;BR /&gt;&lt;BR /&gt;Thanks for your patience.&lt;BR /&gt;&lt;BR /&gt;Alex</description>
      <pubDate>Wed, 22 Aug 2012 07:20:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/64-bit-compiler-warnings/m-p/850569#M6498</guid>
      <dc:creator>alex78</dc:creator>
      <dc:date>2012-08-22T07:20:07Z</dc:date>
    </item>
    <item>
      <title>64 bit compiler warnings</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/64-bit-compiler-warnings/m-p/850570#M6499</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Hi Alex,&lt;BR /&gt;&lt;BR /&gt;Quoting &lt;A jquery1345680126968="60" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=136520" href="https://community.intel.com/en-us/profile/136520/" class="basic"&gt;alex78&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;EM&gt;...I would like to know &lt;/EM&gt;&lt;STRONG&gt;if Intel is concerned about these warnings&lt;/STRONG&gt;&lt;EM&gt;...&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;STRONG&gt;SergeyK&lt;/STRONG&gt;] I can't answer. There is a possibility that Intel software developer simply didn't see that warning&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; because a Warning Level was set to 1, 2 or 3 in a Visual Studio.&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;...&lt;/EM&gt;&lt;STRONG&gt;Can we consider the sample code provided by Intel to be 64-bit compatible&lt;/STRONG&gt;&lt;EM&gt;?&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;STRONG&gt;SergeyK&lt;/STRONG&gt;] I think Yes. However, you need to test and verify it on a 64-bit platform.&amp;nbsp;Unfortunately, you didn't provide&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;a piece of code(s) that generates&amp;nbsp;one of these compatibility warnings. It is really hard to say if there is some "danger"...&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Or are we on our own here to investigate the 64 bit compiler warnings to create a 64 bit compatible code&lt;/STRONG&gt;&lt;EM&gt;?&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;STRONG&gt;SergeyK&lt;/STRONG&gt;] Please see above.&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sergey&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Aug 2012 00:11:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/64-bit-compiler-warnings/m-p/850570#M6499</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-08-23T00:11:35Z</dc:date>
    </item>
    <item>
      <title>64 bit compiler warnings</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/64-bit-compiler-warnings/m-p/850571#M6500</link>
      <description>Hi Alex,&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Have you tried 7.0.x samples? I cannot see warnings like these. And as far as i know, there were no issues specific to 64 bits.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&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>Thu, 23 Aug 2012 05:56:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/64-bit-compiler-warnings/m-p/850571#M6500</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2012-08-23T05:56:40Z</dc:date>
    </item>
    <item>
      <title>64 bit compiler warnings</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/64-bit-compiler-warnings/m-p/850572#M6501</link>
      <description>Hi Sergey,&lt;BR /&gt;&lt;BR /&gt;I had a quick look at the 7.0.X samples I can see that these warnings&amp;nbsp;have been&amp;nbsp;removed. All the cases with size_t to int conversion have been solved by adding type casts like (Ipp32s) before the size_t value. For anybody who might be interested, this means that the 64bit compiler warnings generated by VS for the 6.1.6 samples are harmless, becase adding the type casts in 7.0.X samples indicates that the size_t variables will not overflow the int range.&lt;BR /&gt;&lt;BR /&gt;Thanks for your replies and have a nice day.&lt;BR /&gt;&lt;BR /&gt;Alex</description>
      <pubDate>Thu, 23 Aug 2012 07:58:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/64-bit-compiler-warnings/m-p/850572#M6501</guid>
      <dc:creator>alex78</dc:creator>
      <dc:date>2012-08-23T07:58:35Z</dc:date>
    </item>
  </channel>
</rss>

