f794a1f
diff -up pixman-0.34.0/pixman/pixman-vmx.c.orig pixman-0.34.0/pixman/pixman-vmx.c
f794a1f
--- pixman-0.34.0/pixman/pixman-vmx.c.orig	2018-04-27 12:10:14.411696502 +0200
f794a1f
+++ pixman-0.34.0/pixman/pixman-vmx.c	2018-04-27 12:27:41.174290224 +0200
f794a1f
@@ -227,7 +227,7 @@ do							  \
f794a1f
 #define COMPUTE_SHIFT_MASKC(dest, source, mask)
f794a1f
 
f794a1f
 # define LOAD_VECTOR(source)				\
f794a1f
-    v ## source = *((typeof(v ## source)*)source);
f794a1f
+    v ## source = (typeof(v ## source))vec_xl(0, source);
f794a1f
 
f794a1f
 # define LOAD_VECTORS(dest, source)			\
f794a1f
     LOAD_VECTOR(source);				\