sse detect b0rken. fix.

SVN revision: 20035
This commit is contained in:
Carsten Haitzler 2006-01-26 04:44:58 +00:00
parent 4f6a9721f6
commit 18d01b7d4a
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ evas_common_cpu_sse_test(void)
#ifdef BUILD_SSE
int blah[2500];
prefetch(blah + 1200);
movntq_r2m(mm0, blah);
#endif
}

View File

@ -289,7 +289,7 @@
R_VAL(dst_ptr) = p1r + ((i * (p2r - p1r)) >> 8);
G_VAL(dst_ptr) = p1g + ((i * (p2g - p1g)) >> 8);
B_VAL(dst_ptr) = p1b + ((i * (p2b - p1b)) >> 8);
A_VAL(dst_ptr) = 0xff;
// A_VAL(dst_ptr) = 0xff;
dst_ptr++; ix++; lp++;
}