Author: pebender
Date: Mon Jul 13 18:11:16 2009
New Revision: 5159

Modified:
    trunk/gar-minimyth/html/minimyth/document-changelog.txt
    trunk/gar-minimyth/script/minimyth.conf.mk

Log:
- Disabled auto vectorization (-fno-tree-vectorize) as is can produce
   broken code or slow code.



Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt     (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt     Mon Jul 13  
18:11:16 2009
@@ -25,6 +25,8 @@

  Fixed build system
      - Fixed an error in mm_CFLAGS when mm_GARCH=c3.
+    - Disabled auto vectorization (-fno-tree-vectorize) as is can produce
+      broken code or slow code.

  Updated packages
      Updated disk/e2fsprogs.

Modified: trunk/gar-minimyth/script/minimyth.conf.mk
==============================================================================
--- trunk/gar-minimyth/script/minimyth.conf.mk  (original)
+++ trunk/gar-minimyth/script/minimyth.conf.mk  Mon Jul 13 18:11:16 2009
@@ -161,6 +161,7 @@
                                   $(if $(filter  
c3-2        ,$(mm_GARCH)),-march=c3-2        -mtune=c3-2    -Os  
-mfpmath=sse) \
                                   $(if $(filter  
pentium-mmx ,$(mm_GARCH)),-march=pentium-mmx -mtune=generic -Os              
) \
                                   $(if $(filter  
x86-64      ,$(mm_GARCH)),-march=x86-64      -mtune=generic -O3  
-mfpmath=sse) \
+                                  
-fno-tree-vectorize                                                             
             
\
                                   $(if $(filter  
i386  ,$(mm_GARCH_FAMILY)),-m32)                                               
\
                                   $(if $(filter  
x86_64,$(mm_GARCH_FAMILY)),-m64)                                               
\
                                   $(if $(filter  
yes,$(mm_DEBUG)),-g)                                                           
\

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to