mariadb/extra/crc32-vpmsum
Yuqi ee5124d714 Make MariaDB CRC32-lib platform independence (#780)
Make mariadb crc32 lib platform independent

It looks strange that someone can make use of 2 crc libraries
(Power64 or AArch64) at the same time.

The patch sets macros 'CRC32_LIBRARY' to make platform independence as an optional crc32 library.

Change-Id: I68bbf73cafb6a12f7fb105ad57d117b114a8c4af
Signed-off-by: Yuqi Gu <yuqi.gu@arm.com>
2018-06-01 14:06:01 +04:00
..
clang_workaround.h Power8: use C implementation of crc32 instead of ASM 2018-05-07 09:26:12 +10:00
CMakeLists.txt Make MariaDB CRC32-lib platform independence (#780) 2018-06-01 14:06:01 +04:00
crc32c_constants.h Power8: use C implementation of crc32 instead of ASM 2018-05-07 09:26:12 +10:00
crc32ieee_constants.h Power8: use C implementation of crc32 instead of ASM 2018-05-07 09:26:12 +10:00
vec_crc32.c Power8: use C implementation of crc32 instead of ASM 2018-05-07 09:26:12 +10:00