disabel neon blend for now.. i smell some trouble somewhere.

SVN revision: 46570
This commit is contained in:
Carsten Haitzler 2010-02-27 07:29:16 +00:00
parent f98c65afcc
commit b62185b395
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ _op_blend_pas_dp_neon(DATA32 *s, DATA8 *m, DATA32 c, DATA32 *d, int l) {
#ifdef NEON_INSTRINSICS_OK
#else
DATA32 *e = d + l;
#if 0
if (l >= 4)
{
e -= 4;
@ -82,6 +83,7 @@ _op_blend_pas_dp_neon(DATA32 *s, DATA8 *m, DATA32 c, DATA32 *d, int l) {
);
e += 4;
}
#endif
while (d < e)
{
switch (*s & 0xff000000)