https://software.intel.com/en-us/articles/how-to-use-zlib-with-intel-ipp-opertimization
in this article, the zpipe.c hava one bug: if the data size after deflate is bigger than origin file, it will generate some error and can't compress file, attachment is the sample file. please fix it if you think necessary
Link Copied
i just double the memory of out when deflate, and it fix my problem. this is the laziest way. but i think it is not resolved completely
Kevin, Thanks for letting us. We will update the article.
Regards,
Chao
For more complete information about compiler optimizations, see our Optimization Notice.