fix __builtin_expect() definition test for IBM XLC (sf bug 1909832)
This commit is contained in:
@@ -237,7 +237,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
#if (!defined(__GNUC__) || __GNUC__ < 3) && !defined(__IBMC__)
|
||||
#if (!defined(__GNUC__) || __GNUC__ < 3) && (!defined(__IBMC__) || __IBMC__ < 900)
|
||||
# define __builtin_expect(x, y) x
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user