c59d34
diff -up firefox-60.0/gfx/qcms/transform-altivec.c.debug firefox-60.0/gfx/qcms/transform-altivec.c
c59d34
--- firefox-60.0/gfx/qcms/transform-altivec.c.debug	2018-05-15 09:26:43.603043100 +0200
c59d34
+++ firefox-60.0/gfx/qcms/transform-altivec.c	2018-05-15 09:28:57.302385632 +0200
c59d34
@@ -30,7 +30,7 @@
c59d34
 static const ALIGN float floatScaleX4 = FLOATSCALE;
c59d34
 static const ALIGN float clampMaxValueX4 = CLAMPMAXVAL;
c59d34
 
c59d34
-inline vector float load_aligned_float(float *dataPtr)
c59d34
+static vector float load_aligned_float(float *dataPtr)
c59d34
 {
c59d34
 	vector float data = vec_lde(0, dataPtr);
c59d34
 	vector unsigned char moveToStart = vec_lvsl(0, dataPtr);