You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The zlib-ng port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
158
+
The zlib-ng port in vcpkg is kept up to date by Microsoft team members and community contributors.
159
+
If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
178
160
179
161
Contributing
180
162
------------
181
163
182
-
Zlib-ng is a aiming to be open to contributions, and we would be delighted to
183
-
receive pull requests on github.
184
-
Just remember that any code you submit must be your own and it must be zlib licensed.
185
-
Help with testing and reviewing of pull requests etc is also very much appreciated.
186
-
187
-
If you are interested in contributing, please consider joining our
188
-
IRC channel #zlib-ng on the Freenode IRC network.
164
+
Zlib-ng is aiming to be open to contributions, and we would be delighted to receive pull requests on github.
165
+
Help with testing and reviewing pull requests etc is also very much appreciated.
189
166
167
+
Please check the Wiki for more info: [Contributing](https://github.com/zlib-ng/zlib-ng/wiki/Contributing)
190
168
191
169
Acknowledgments
192
170
----------------
193
171
194
-
Thanks to Servebolt.com for sponsoring my maintainership of zlib-ng.
195
-
196
172
Thanks go out to all the people and companies who have taken the time to contribute
197
173
code reviews, testing and/or patches. Zlib-ng would not have been nearly as good without you.
198
174
199
-
The deflate format used by zlib was defined by Phil Katz.
175
+
The deflate format used by zlib was defined by Phil Katz.<br>
200
176
The deflate and zlib specifications were written by L. Peter Deutsch.
201
177
202
-
zlib was originally created by Jean-loup Gailly (compression)
203
-
and Mark Adler (decompression).
178
+
zlib was originally created by Jean-loup Gailly (compression) and Mark Adler (decompression).
204
179
205
180
206
181
Advanced Build Options
@@ -213,14 +188,15 @@ Advanced Build Options
213
188
| WITH_AVX512 || Build with AVX512 intrinsics | ON |
214
189
| WITH_AVX512VNNI || Build with AVX512VNNI intrinsics | ON |
215
190
| WITH_SSE2 || Build with SSE2 intrinsics | ON |
216
-
|WITH_SSE41|| Build with SSE41 intrinsics | ON |
191
+
|WITH_SSSE3|| Build with SSSE3 intrinsics | ON |
217
192
| WITH_SSE42 || Build with SSE42 intrinsics | ON |
218
193
| WITH_PCLMULQDQ || Build with PCLMULQDQ intrinsics | ON |
219
194
| WITH_VPCLMULQDQ | --without-vpclmulqdq | Build with VPCLMULQDQ intrinsics | ON |
220
195
| WITH_ACLE | --without-acle | Build with ACLE intrinsics | ON |
221
196
| WITH_NEON | --without-neon | Build with NEON intrinsics | ON |
222
197
| WITH_ALTIVEC | --without-altivec | Build with AltiVec (VMX) intrinsics | ON |
223
198
| WITH_POWER8 | --without-power8 | Build with POWER8 optimisations | ON |
199
+
| WITH_RVV || Build with RVV intrinsics | ON |
224
200
| WITH_CRC32_VX | --without-crc32-vx | Build with vectorized CRC32 on IBM Z | ON |
225
201
| WITH_DFLTCC_DEFLATE | --with-dfltcc-deflate | Build with DFLTCC intrinsics for compression on IBM Z | OFF |
226
202
| WITH_DFLTCC_INFLATE | --with-dfltcc-inflate | Build with DFLTCC intrinsics for decompression on IBM Z | OFF |
0 commit comments