<?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: Hardware acceleration for byte transfer with offset in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Hardware-acceleration-for-byte-transfer-with-offset/m-p/879822#M10043</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Hello,&lt;BR /&gt;&lt;BR /&gt;looks like ippiCopy_8u_C1 function should do what you want.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;BR /&gt;</description>
    <pubDate>Wed, 02 Sep 2009 18:51:59 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2009-09-02T18:51:59Z</dc:date>
    <item>
      <title>Hardware acceleration for byte transfer with offset</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Hardware-acceleration-for-byte-transfer-with-offset/m-p/879821#M10042</link>
      <description>Anything in IPP that would help speed up amemcpy type move that has a fixed offset between each byte? Somthing like this function. Thanks.&lt;BR /&gt;&lt;BR /&gt;char* DemuxCopy(char* dst, size_t dst_stride, char* src, size_t src_stride, size_t count)&lt;BR /&gt;{&lt;BR /&gt;char* ret = dst;&lt;BR /&gt;&lt;BR /&gt;while(count--)&lt;BR /&gt;{&lt;BR /&gt;*dst = *src;&lt;BR /&gt;dst += dst_stride;&lt;BR /&gt;src += src_stride;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;return(ret);&lt;BR /&gt;}&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Sep 2009 17:39:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Hardware-acceleration-for-byte-transfer-with-offset/m-p/879821#M10042</guid>
      <dc:creator>lynchpancho</dc:creator>
      <dc:date>2009-09-02T17:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Hardware acceleration for byte transfer with offset</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Hardware-acceleration-for-byte-transfer-with-offset/m-p/879822#M10043</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Hello,&lt;BR /&gt;&lt;BR /&gt;looks like ippiCopy_8u_C1 function should do what you want.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Sep 2009 18:51:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Hardware-acceleration-for-byte-transfer-with-offset/m-p/879822#M10043</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-09-02T18:51:59Z</dc:date>
    </item>
  </channel>
</rss>

