mariadb/extra/crc32-vpmsum
Sergei Golubchik 13e8f728ec compilation failure on ppc with -DCMAKE_BUILD_TYPE=Debug
if ${CRC32_LIBRARY} target has no COMPILE_FLAGS yet,
GET_TARGET_PROPERTY returns COMPILE_FLAGS-NOTFOUND, which
doesn't work very well when it's later fed back into COMPILE_FLAGS.

GET_PROPERTY() returns an empty string in this case.
2019-06-17 12:26:25 +02:00
..
clang_workaround.h Power8: use C implementation of crc32 instead of ASM 2018-05-07 09:26:12 +10:00
CMakeLists.txt compilation failure on ppc with -DCMAKE_BUILD_TYPE=Debug 2019-06-17 12:26:25 +02: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