>On 5/30/2018 10:32 PM, Michael Niedermayer wrote:
>> On Wed, May 30, 2018 at 09:48:51AM -0700, Frank Liberato wrote:
>>> Please find attached a one line patch:
>>>
>>>
Commit 8c893aa3cd5 removed quotes that were required to detect
inline asm in clank:
check_insn armv5te
On 5/30/2018 10:32 PM, Michael Niedermayer wrote:
> On Wed, May 30, 2018 at 09:48:51AM -0700, Frank Liberato wrote:
>> Please find attached a one line patch:
>>
>>
>>> Commit 8c893aa3cd5 removed quotes that were required to detect
>>> inline asm in clank:
>>>
>>> check_insn armv5te qadd r0,
On Wed, May 30, 2018 at 09:48:51AM -0700, Frank Liberato wrote:
> Please find attached a one line patch:
>
>
> > Commit 8c893aa3cd5 removed quotes that were required to detect
> > inline asm in clank:
> >
> > check_insn armv5te qadd r0, r0, r0
> > .../test.c:1:34: error: expected stri
Please find attached a one line patch:
> Commit 8c893aa3cd5 removed quotes that were required to detect
> inline asm in clank:
>
> check_insn armv5te qadd r0, r0, r0
> .../test.c:1:34: error: expected string literal in 'asm'
> void foo(void){ __asm__ volatile(qadd r0, r0, r0); }
>