fixed some compiler feature check in macros.h
This commit is contained in:
parent
5c33c8d113
commit
9fd1dc5bc6
@ -600,7 +600,7 @@ static inline qse_uint32_t QSE_ROTR32 (qse_uint32_t v, int i)
|
||||
|
||||
#elif defined(__GNUC__) && defined(__GNUC_MINOR__)
|
||||
|
||||
#if (__GNUC__ >= 4)
|
||||
#if (__GNUC__ >= 5) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 1)
|
||||
#define QSE_HAVE_SYNC_LOCK_TEST_AND_SET
|
||||
#define QSE_HAVE_SYNC_LOCK_RELEASE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user