Changeset: 42202a72590f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=42202a72590f
Modified Files:
        configure.ag
Branch: default
Log Message:

revert local changes to configure.ag


diffs (21 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -1007,7 +1007,7 @@
                       dnl  (Mserver produces tons of incorrect BATpropcheck 
warnings);
                       dnl  hence, we omit -funroll-all-loops, here.
                       case "$gcc_ver" in
-                      4.*) CFLAGS="$CFLAGS -ftree-vectorize -march=atom";;
+                      4.*) CFLAGS="$CFLAGS -ftree-vectorize";;
                            dnl  "-ftree-vectorize" is only available with 
newer versions of gcc, only;
                            dnl  did not check the exact version, but 4.1 has 
it, while 3.4.5 does not.
                       esac
@@ -1015,7 +1015,7 @@
       x86_64-*-*|i*86-*-*)
                       CFLAGS="$CFLAGS -O6 -fomit-frame-pointer 
-finline-functions -malign-loops=4 -malign-jumps=4 -malign-functions=4 
-fexpensive-optimizations -funroll-all-loops  -funroll-loops 
-frerun-cse-after-loop -frerun-loop-opt"
                       case "$gcc_ver" in
-                      4.*) CFLAGS="$CFLAGS -ftree-vectorize -march=atom";;
+                      4.*) CFLAGS="$CFLAGS -ftree-vectorize";;
                            dnl  "-ftree-vectorize" is only available with 
newer versions of gcc, only;
                            dnl  did not check the exact version, but 4.1 has 
it, while 3.4.5 does not.
                       esac
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to