[Webkit-unassigned] [Bug 62916] WebCore fails to compile in thumb mode when neon instructions are enabled.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 23 16:47:29 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62916





--- Comment #1 from Raymes Khoury <raymes at google.com>  2011-06-23 16:47:29 PST ---
Similarly, FEGaussianBlurNEON.cpp fails to assemble with the following error:

{standard input}: Assembler messages:
{standard input}:39: Error: thumb conditional instruction should be in IT block -- `movcs lr,r7'
{standard input}:107: Error: thumb conditional instruction should be in IT block -- `movcs lr,r7'
{standard input}:177: Warning: conditional infixes are deprecated in unified syntax
{standard input}:177: Error: thumb conditional instruction should be in IT block -- `ldmeqia sp!,{r4-r8,r10,r11,pc}'
{standard input}:186: Error: thumb conditional instruction should be in IT block -- `vldrcs s9,[r2]'
{standard input}:189: Error: thumb conditional instruction should be in IT block -- `vldrcs s10,[r2]'
{standard input}:208: Error: thumb conditional instruction should be in IT block -- `vstrcs s9,[r1]'
{standard input}:211: Error: thumb conditional instruction should be in IT block -- `vstrcs s10,[r1]'
{standard input}:217: Error: thumb conditional instruction should be in IT block -- `vldrcs s9,[r2]'
{standard input}:220: Error: thumb conditional instruction should be in IT block -- `vldrcs s10,[r2]'
{standard input}:229: Error: thumb conditional instruction should be in IT block -- `vldrcs s9,[r3]'
{standard input}:232: Error: thumb conditional instruction should be in IT block -- `vldrcs s10,[r3]'


Everything else builds correctly.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list