Fix for x86 zlib issue

This commit is contained in:
KimLS
2019-06-30 18:28:11 -07:00
parent e086f53b97
commit f50d502f3d
11 changed files with 3275 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
fill_window_sse.c SSE2 optimized fill_window
deflate_quick.c SSE4 optimized deflate strategy for use as level 1
crc_folding.c SSE4 + PCLMULQDQ optimized CRC folding implementation