/
githubmirror
/
nmap
Обзор
Документация
Войти
/
githubmirror
/
nmap
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
libz/contrib/crc32vx/README
9 строк
337 B
dmiller
Update zlib to 1.3.2. Fixes #3282
17 фев 2026, 20:19
17 фев 2026, 20:19
6fc3770
Код
Авторство
О чём код?
IBM Z mainframes starting from version z13 provide vector instructions, which allows vectorization of crc32. This extension is build by default when targeting ibm s390x. However this extension can disabled if desired: # for configure build $ ./configure --disable-crcvx # for cmake build $ cmake .. -DZLIB_CRC32VX=off