mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +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)
|
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
|
#define NEED_GCC_NO_SSE_WORKAROUND
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user