mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-19709: Unbreak the build for clang
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
/*
|
||||
Workaround GCC optimizer bug (generating SSE instuctions on unaligned data)
|
||||
*/
|
||||
#if defined (__GNUC__) && defined(__x86_64__) && (__GNUC__ < 6)
|
||||
#if defined (__GNUC__) && defined(__x86_64__) && (__GNUC__ < 6) && !defined(__clang__)
|
||||
#define NEED_GCC_NO_SSE_WORKAROUND
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user