mariadb/extra/crc32-vpmsum
Tulio Magno Quites Machado Filho 9aacda409d MDEV-21984: POWER crc32 acceleration - fix clang's behavior on versions >= 7
Clang 7 changed the behavior of vec_xxpermdi in order to match GCC's
behavior.  After this change, code that used to work on Clang 6 stopped
to work on Clang >= 7.

Tested on Clang 6, 7, 8 and 9.

Reference: https://bugs.llvm.org/show_bug.cgi?id=38192

Upstream fix: 361aaf77a5
2020-04-13 14:32:10 +03:00
..
clang_workaround.h MDEV-21984: POWER crc32 acceleration - fix clang's behavior on versions >= 7 2020-04-13 14:32:10 +03:00
CMakeLists.txt compilation failure on ppc with -DCMAKE_BUILD_TYPE=Debug 2019-10-22 09:45:39 +03: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