summaryrefslogtreecommitdiff
path: root/mysys/crc32
Commit message (Expand)AuthorAgeFilesLines
* Fix building crc32_arm64 on NetBSD/aarch64nia2021-07-221-4/+2
* CRC32 on OpenBSD/powerpc64.Brad Smith2021-05-261-2/+2
* MDEV-24745 Generic CRC-32C computation wrongly uses SSE4.2 instructionsMarko Mäkelä2021-04-133-847/+847
* crc32c: Fix AIX compulation - ALIGN definedDaniel Black2021-03-181-0/+4
* CRC32 on AIXEtienne Guesnet2021-03-181-0/+11
* Mac M1 build support proposal (minus rocksdb option) (#1743)David CARLIER2021-01-301-0/+24
* msys: detects crc/cryptosupport on FreeBSD/armDavid Carlier2021-01-151-3/+13
* Implement CPU feature checks for FreeBSD/powerpc64bb-10.5-danielblack-pr1710-freebsd-powerpc64pkubaj2021-01-151-0/+15
* Fixed compiler warnings from crc32c.ccMonty2020-11-261-6/+7
* MDEV-19935 Create unified CRC-32 interfaceVladislav Vaintroub2020-09-176-678/+1961
* MDEV-23680 Assertion `data' failed in crcr32_calc_pclmulqdqVladislav Vaintroub2020-09-071-1/+1
* MDEV-22749 Implement portable PCLMUL accelerated crc32() with Intel intrinsicsVladislav Vaintroub2020-09-041-497/+313
* MDEV-23585: Fix HAVE_CLMUL_INSTRUCTIONMarko Mäkelä2020-08-271-3/+0
* MDEV-23495: Refine Arm64 PMULL runtime check in MariaDBYuqi Gu2020-08-211-239/+189
* MDEV-23030: ARM crash on Raspberry Pi 4Krunal Bauskar2020-07-301-0/+13
* MDEV-22641: Provide SIMD optimized wrapper for zlib crc32() (#1558)mysqlonarm2020-06-016-0/+4053