Fossil SCM
20688 commits
| CMakeLists.txt | Merge trunk into rss-content | 2.2 KB | 4 weeks ago |
| README | Merge trunk into rss-content | 337 bytes | 4 weeks ago |
| crc32_vx.c | Merge trunk into rss-content | 9.4 KB | 4 weeks ago |
| crc32_vx_hooks.h | Merge trunk into rss-content | 218 bytes | 4 weeks ago |
README
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