/
niceSOFT
/
zlib
Обзор
Документация
Войти
/
niceSOFT
/
zlib
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
contrib/crc32vx/README
9 строк
337 B
Ilya Leoshkevich
Vectorize the CRC-32 calculation on the s390x.
28 янв 2026, 07:22
28 янв 2026, 07:22
07f2d42
Код
Авторство
О чём код?
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