Files
QZMusic/apkdiff/third_party/zlib/contrib/crc32vx/README

10 lines
337 B
Plaintext
Raw Normal View History

2026-07-04 22:01:38 +08:00
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