mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
fix for __IBMC__
This commit is contained in:
parent
bc95b34cce
commit
f2728724d3
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@
|
|||
#endif
|
||||
|
||||
|
||||
#if (!defined __GNUC__ || __GNUC__ < 3) && !defined __IBMC__
|
||||
#if (!defined(__GNUC__) || __GNUC__ < 3) && !defined(__IBMC__)
|
||||
# define __builtin_expect(x, y) x
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue