--- pixman/pixman-vmx.c.orig 2020-08-29 17:59:43.970301000 -0500 +++ pixman/pixman-vmx.c 2020-08-29 18:07:15.040680000 -0500 @@ -227,7 +227,7 @@ do \ #define COMPUTE_SHIFT_MASKC(dest, source, mask) # define LOAD_VECTOR(source) \ - v ## source = (typeof(v ## source))vec_xl(0, source); + v ## source = (typeof(v ## source))vec_xl(0, (unsigned int*)source); # define LOAD_VECTORS(dest, source) \ LOAD_VECTOR(source); \