Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/engines/common


Modified Files:
        evas_blend_pixel_pixel.c 


Log Message:


been working textblock...

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_blend_pixel_pixel.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- evas_blend_pixel_pixel.c    27 Jan 2005 10:05:41 -0000      1.12
+++ evas_blend_pixel_pixel.c    29 Jan 2005 16:28:18 -0000      1.13
@@ -261,7 +261,7 @@
    
    while (dst_ptr < dst_end_ptr_pre)
      {
-       MOVE_16DWORDS_MMX2(src_ptr, dst_ptr);
+       MOVE_16DWORDS_MMX(src_ptr, dst_ptr);
        src_ptr+=16;
        dst_ptr+=16;
      }




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to