set clobber info right for neon test.

SVN revision: 55529
This commit is contained in:
Carsten Haitzler 2010-12-13 03:56:53 +00:00
parent 22d572c56a
commit b493685f89
1 changed files with 4 additions and 0 deletions

View File

@ -80,6 +80,10 @@ evas_common_cpu_neon_test(void)
asm volatile (
".fpu neon \n\t"
"vqadd.u8 d0, d1, d0\n"
: /* Out */
: /* In */
: /* Clobbered */
"d0", "d1"
);
#endif
//#endif