summaryrefslogtreecommitdiff
path: root/archived/ptlibzippy/contrib/crc32vx/README
blob: 4c36f8d9131bb2f118e347a96abd2421e41f152e (plain)
1
2
3
4
5
6
7
8
9
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 .. -DPTLIBZIPPY_CRC32VX=off