Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/include


Modified Files:
        evas_mmx.h 


Log Message:


fix custom file info to be less delicate - not perfectly correct but it wont
lose all your data if e segv's or is kill -9'd anymore. eet handles multiple
writes to the same key now by overwriting the previous data

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/include/evas_mmx.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- evas_mmx.h  10 May 2006 04:06:42 -0000      1.7
+++ evas_mmx.h  23 May 2007 12:07:14 -0000      1.8
@@ -582,6 +582,7 @@
 #define CPUID_SSE  (1 << 25) /* flags: xmm */
 #define CPUID_SSE2 (1 << 26) /* flags: ? */
 
+/*
 #ifdef __amd64
 #define have_cpuid(cpuid_ret) \
          __asm__ __volatile__ ( \
@@ -661,6 +662,8 @@
                                  : "=m" (cpuid_ret)           \
                                  );
 #endif
+ */
+
 #define prefetch(var) \
        __asm__ __volatile__ ( \
                                 "prefetchnta (%0) \n" \



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to