<?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: Re:ZLIB decompression in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/ZLIB-decompression/m-p/1423050#M28139</link>
    <description>&lt;P&gt;Sorry, since I want to decompress it would be the inflate functions. You pointed to C libraries but are there fortran equivalents?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Nick&lt;/P&gt;</description>
    <pubDate>Tue, 18 Oct 2022 18:41:58 GMT</pubDate>
    <dc:creator>NSwindale</dc:creator>
    <dc:date>2022-10-18T18:41:58Z</dc:date>
    <item>
      <title>ZLIB decompression</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ZLIB-decompression/m-p/1422759#M28136</link>
      <description>&lt;P&gt;Not sure whether this is the right place for the question -&lt;/P&gt;
&lt;P&gt;How can I decompress data compressed using ZLIB (or DEFLATE) compression? I'm using Visual Fortran oneAPI, 64 bit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nick Swindale&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 01:41:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ZLIB-decompression/m-p/1422759#M28136</guid>
      <dc:creator>NSwindale</dc:creator>
      <dc:date>2022-10-18T01:41:23Z</dc:date>
    </item>
    <item>
      <title>Re:ZLIB decompression</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ZLIB-decompression/m-p/1422897#M28137</link>
      <description>&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;How can I decompress data compressed using ZLIB (or DEFLATE) compression?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Could you please let us know if using &lt;STRONG&gt;Inflate&lt;/STRONG&gt; function helps in what you are looking for?&lt;/P&gt;&lt;P&gt;Please refer to the below link for more details regarding the same  &lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-1-signal-and-data-processing/data-compression-functions/dictionary-based-compression-functions/zlib-coding-functions/inflate.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-1-signal-and-data-processing/data-compression-functions/dictionary-based-compression-functions/zlib-coding-functions/inflate.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Oct 2022 10:03:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ZLIB-decompression/m-p/1422897#M28137</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-10-18T10:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Re:ZLIB decompression</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ZLIB-decompression/m-p/1423050#M28139</link>
      <description>&lt;P&gt;Sorry, since I want to decompress it would be the inflate functions. You pointed to C libraries but are there fortran equivalents?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Nick&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 18:41:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ZLIB-decompression/m-p/1423050#M28139</guid>
      <dc:creator>NSwindale</dc:creator>
      <dc:date>2022-10-18T18:41:58Z</dc:date>
    </item>
    <item>
      <title>Re:ZLIB decompression</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ZLIB-decompression/m-p/1423250#M28140</link>
      <description>&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;You pointed to C libraries but are there fortran equivalents?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, there are no Fortran equivalents as the Intel IPP library is supported with C interfaces only.&lt;/P&gt;&lt;P&gt;If you have active priority support, we suggest you submit your request at &lt;A href="https://supporttickets.intel.com/?lang=en-US" target="_blank"&gt;https://supporttickets.intel.com/?lang=en-US&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Oct 2022 07:33:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ZLIB-decompression/m-p/1423250#M28140</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-10-19T07:33:37Z</dc:date>
    </item>
    <item>
      <title>Re:ZLIB decompression</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/ZLIB-decompression/m-p/1424699#M28148</link>
      <description>&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for accepting the solution.&lt;/P&gt;&lt;P&gt;Please post a new question if you need any additional assistance from Intel as this thread will no longer be monitored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Have a Nice day!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Oct 2022 03:57:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/ZLIB-decompression/m-p/1424699#M28148</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-10-25T03:57:49Z</dc:date>
    </item>
  </channel>
</rss>

