mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix typos in C comments inside sql/
This commit is contained in:
committed by
Sergey Vojtovich
parent
153778437d
commit
717c12de0e
@@ -49,7 +49,7 @@ public:
|
||||
template <uint width> class Bitmap
|
||||
{
|
||||
/*
|
||||
Workaround GCC optimizer bug (generating SSE instuctions on unaligned data)
|
||||
Workaround GCC optimizer bug (generating SSE instructions on unaligned data)
|
||||
*/
|
||||
#if defined (__GNUC__) && defined(__x86_64__) && (__GNUC__ < 6) && !defined(__clang__)
|
||||
#define NEED_GCC_NO_SSE_WORKAROUND
|
||||
|
Reference in New Issue
Block a user