diff options
Diffstat (limited to 'net-libs/webkit-gtk/files/webkit-gtk-arm-asm.patch')
-rw-r--r-- | net-libs/webkit-gtk/files/webkit-gtk-arm-asm.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-libs/webkit-gtk/files/webkit-gtk-arm-asm.patch b/net-libs/webkit-gtk/files/webkit-gtk-arm-asm.patch new file mode 100644 index 0000000..635e00e --- /dev/null +++ b/net-libs/webkit-gtk/files/webkit-gtk-arm-asm.patch @@ -0,0 +1,12 @@ +--- a/Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp 2016-04-10 06:48:37 UTC ++++ b/Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp +@@ -403,7 +403,7 @@ TOSTRING(neonDrawLighting) ":" NL + "vmin.f32 " TMP2_D0 ", " TMP2_D0 ", " CONST_ONE_HI_D NL + "vmul.f32 " TMP3_Q ", " COLOR_Q ", " TMP2_D0 "[1]" NL + "vcvt.u32.f32 " TMP3_Q ", " TMP3_Q NL +- "vmov.u32 r2, r3, " TMP3_S0 ", " TMP3_S1 NL ++ "vmov r2, r3, " TMP3_S0 ", " TMP3_S1 NL + // The color values are stored in-place. + "strb r2, [" PIXELS_R ", #-11]" NL + "strb r3, [" PIXELS_R ", #-10]" NL + |