Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_cpu.c 


Log Message:


try bigger buffer for prefetch test?

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_cpu.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- evas_cpu.c  10 Dec 2003 04:10:55 -0000      1.17
+++ evas_cpu.c  5 Apr 2004 03:38:34 -0000       1.18
@@ -44,10 +44,10 @@
 void
 evas_common_cpu_sse_test(void)
 {
-#ifdef BUILD_SSE   
-   int blah;
+#ifdef BUILD_SSE 
+   int blah[2500];
    
-   prefetch(&blah);
+   prefetch(blah + 1200);
 #endif     
 }
 #endif /* __i386__ */




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to