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