summaryrefslogtreecommitdiff
path: root/extra/crc32-vpmsum/crc32ieee.S
Commit message (Collapse)AuthorAgeFilesLines
* Power8: use C implementation of crc32 instead of ASMDaniel Black2018-05-071-14/+0
| | | | | | | | | | | | Compiles to same vector code, just a bit simplier. vec_crc32.c is now identical to upstream (https://github.com/antonblanchard/crc32-vpmsum/). C code by Rogerio Alves <rogealve@br.ibm.com> This implemention has been tested on big endian too. Signed-off-by: Daniel Black <daniel@linux.ibm.com>
* MDEV-9872: New Power8 crc32(ieee) optimized functionsDaniel Black2016-08-051-0/+14
These are different from the existing crc32 functions which where really crc32c.