mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
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 | ||