1 --- src/gallium/drivers/llvmpipe/lp_rast_tri.c.orig	2022-10-11 18:53:31 UTC
2 +++ src/gallium/drivers/llvmpipe/lp_rast_tri.c
3 @@ -488,7 +488,9 @@ lp_rast_triangle_32_3_4(struct lp_rasterizer_task *tas
4 
5  #if defined(_ARCH_PWR8) && UTIL_ARCH_LITTLE_ENDIAN
6 
7 +#undef bool
8  #include <altivec.h>
9 +#define bool _Bool
10  #include "util/u_pwr8.h"
11 
12  static inline void
13