Enlightenment CVS committal

Author  : raster
Project : e17
Module  : proto

Dir     : e17/proto/gfx_routines


Modified Files:
        Makefile blend.c pixel_op.c 


Log Message:


more exhaustive sse2 test...
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/gfx_routines/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile    27 Jan 2006 11:55:02 -0000      1.2
+++ Makefile    23 Feb 2006 07:32:41 -0000      1.3
@@ -9,8 +9,7 @@
 
 LIBS = \
 $(CFLAGS) \
-`$(CFBIN)imlib2-config --libs` \
--lpthread
+`$(CFBIN)imlib2-config --libs`
 
 ####################
 OBJS = $(SRCS:.c=.o)
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/gfx_routines/blend.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- blend.c     23 Feb 2006 06:36:20 -0000      1.10
+++ blend.c     23 Feb 2006 07:32:41 -0000      1.11
@@ -4,7 +4,6 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
-#include <pthread.h>
 #include <sys/time.h>
 #include <time.h>
 #include "mmx.h"
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/gfx_routines/pixel_op.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- pixel_op.c  23 Feb 2006 06:36:20 -0000      1.4
+++ pixel_op.c  23 Feb 2006 07:32:41 -0000      1.5
@@ -133,7 +133,11 @@
 static void
 _pixel_op_cpu_sse2_test(void)
 {
+   DATA8 buf[32];
    movdqa_r2r(xmm1, xmm1);
+   packuswb_r2r(xmm1, xmm1);
+   movq_r2r(xmm1, xmm2);
+   movq_r2m(xmm1, buf);
 }
 #endif
 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to