Date: Sun, 7 May 2017 20:15:22 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440362 - head/www/webkit2-gtk3 Message-ID: <201705072015.v47KFMwI021563@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sun May 7 20:15:22 2017 New Revision: 440362 URL: https://svnweb.freebsd.org/changeset/ports/440362 Log: www/webkit2-gtk3: unbreak on armv6 + -mcpu=cortex-a15 <inline asm>:149:16: error: invalid operand for instruction vmov.u32 r2, r3, s8, s9 PR: 216149 Submitted by: mikael.urankar@gmail.com Added: head/www/webkit2-gtk3/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp - copied unchanged from r440356, head/www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp Copied: head/www/webkit2-gtk3/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp (from r440356, head/www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/webkit2-gtk3/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp Sun May 7 20:15:22 2017 (r440362, copy of r440356, head/www/webkit-gtk2/files/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp) @@ -0,0 +1,11 @@ +--- Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp.orig 2016-04-10 06:48:37 UTC ++++ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705072015.v47KFMwI021563>