evas render i386 - comment out structurally dead code

this code has bugs, so comment it out rather than just have a return
get rid of it - CID 1039499
This commit is contained in:
Carsten Haitzler 2014-08-14 20:16:32 +09:00
parent d399921724
commit 029c6847d7
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ static void
_op_blend_pas_dp_mmx(DATA32 *s, DATA8 *m EINA_UNUSED, DATA32 c EINA_UNUSED, DATA32 *d, int l) {
_op_blend_p_dp_mmx(s, m, c, d, l);
return;
/*
DATA32 *e = d + l;
pxor_r2r(mm0, mm0);
MOV_A2R(ALPHA_256, mm6)
@ -53,6 +54,7 @@ _op_blend_pas_dp_mmx(DATA32 *s, DATA8 *m EINA_UNUSED, DATA32 c EINA_UNUSED, DATA
}
s++; d++;
}
*/
}
#define _op_blend_pan_dp_mmx NULL