mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
9aacda409d
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:
|
||
---|---|---|
.. | ||
clang_workaround.h | ||
CMakeLists.txt | ||
crc32c_constants.h | ||
crc32ieee_constants.h | ||
vec_crc32.c |