<?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 BUG! UMC::FileReader does not work correctly with files larger  in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/BUG-UMC-FileReader-does-not-work-correctly-with-files-larger/m-p/829208#M5416</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;This bug has been marked as implemented in the 7.0 library release.&lt;BR /&gt;&lt;BR /&gt;Paul</description>
    <pubDate>Fri, 05 Nov 2010 21:11:08 GMT</pubDate>
    <dc:creator>PaulF_IntelCorp</dc:creator>
    <dc:date>2010-11-05T21:11:08Z</dc:date>
    <item>
      <title>BUG! UMC::FileReader does not work correctly with files larger than 2GB in 32bit applications.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/BUG-UMC-FileReader-does-not-work-correctly-with-files-larger/m-p/829206#M5414</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In the umc_file_reacer.cpp there are expression like:&lt;BR /&gt;&lt;BR /&gt;m_iOff + m_pDataPointer - m_pBuffer&lt;BR /&gt;&lt;BR /&gt;but that is not correct. The correct expression is&lt;BR /&gt;&lt;BR /&gt;m_iOff + (m_pDataPointer - m_pBuffer)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For example consider the following code from FileReader::OpenView(Ipp64s iSize) :&lt;BR /&gt;&lt;BR /&gt;Ipp64s iPos = m_iOff + m_pDataPointer - m_pBuffer;&lt;BR /&gt;&lt;BR /&gt;if &lt;BR /&gt;m_iOff = &lt;B&gt;0x800000FF;&lt;/B&gt;&lt;BR /&gt;m_pDataPointer = NULL;&lt;BR /&gt;m_pBuffer = NULL;&lt;BR /&gt;and the code is compiled in 32bit mode&lt;BR /&gt;&lt;BR /&gt;then &lt;BR /&gt;Ipp64s iPos = m_iOff + m_pDataPointer - m_pBuffer;&lt;BR /&gt;return a value iPos = &lt;B&gt;0xffffffff800000ff.&lt;/B&gt; This is not correct!&lt;BR /&gt;&lt;BR /&gt;but &lt;BR /&gt;Ipp64s iPos = m_iOff + (m_pDataPointer - m_pBuffer);&lt;BR /&gt;return a value iPos =&lt;B&gt; 0x800000ff&lt;/B&gt;. This is correct!&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Apr 2010 13:29:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/BUG-UMC-FileReader-does-not-work-correctly-with-files-larger/m-p/829206#M5414</guid>
      <dc:creator>anonymous210</dc:creator>
      <dc:date>2010-04-30T13:29:19Z</dc:date>
    </item>
    <item>
      <title>BUG! UMC::FileReader does not work correctly with files larger</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/BUG-UMC-FileReader-does-not-work-correctly-with-files-larger/m-p/829207#M5415</link>
      <description>Hello,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thank you for identifying that bug and posting the solution. I will make sure our engineering group is notified so that this fix can be incorporated in future releases of the UMC sample code.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Paul&lt;/DIV&gt;</description>
      <pubDate>Fri, 30 Apr 2010 17:56:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/BUG-UMC-FileReader-does-not-work-correctly-with-files-larger/m-p/829207#M5415</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2010-04-30T17:56:28Z</dc:date>
    </item>
    <item>
      <title>BUG! UMC::FileReader does not work correctly with files larger</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/BUG-UMC-FileReader-does-not-work-correctly-with-files-larger/m-p/829208#M5416</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;This bug has been marked as implemented in the 7.0 library release.&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Fri, 05 Nov 2010 21:11:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/BUG-UMC-FileReader-does-not-work-correctly-with-files-larger/m-p/829208#M5416</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2010-11-05T21:11:08Z</dc:date>
    </item>
  </channel>
</rss>

