Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in 


Log Message:


well i don't know... BUT... amd64 here (x86_64) DOES handle mmx, mmx2 and see
so - mayaswell enable them. works here. somehow i was sure that it only did
sse, not mmx or mmx2...

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/configure.in,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -3 -r1.134 -r1.135
--- configure.in        6 Dec 2005 00:48:33 -0000       1.134
+++ configure.in        12 Dec 2005 07:49:22 -0000      1.135
@@ -767,6 +767,9 @@
   i*86)
     build_cpu_mmx="yes"
     ;;
+  x86_64)
+    build_cpu_mmx="yes"
+    ;;
 esac
 AC_MSG_CHECKING(whether to build mmx code)
 AC_ARG_ENABLE(cpu-mmx, 
@@ -795,6 +798,9 @@
   i*86)
     build_cpu_sse="yes"
     ;;
+  x86_64)
+    build_cpu_sse="yes"
+    ;;
 esac
 AC_MSG_CHECKING(whether to build sse code)
 AC_ARG_ENABLE(cpu-sse, 




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to