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

icc: use -xHost / -xHOST to generate machine-specific code (incl. SSE, AVX, 
etc.)

icc --help mentions both "-xHost" & "-xHOST";
not sure whether they differ or are identical;
using both does the job without obvious error


diffs (12 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -1064,7 +1064,7 @@ if test "x$enable_optimize" = xyes; then
              dnl  -mp does no longer exist with icc 15; using -mieee-fp, 
instead.
              dnl  adding -axSSE4.2 (or even -axCORE-AVX512) results in errors 
like
              dnl  "error: ODBCFetch has been targeted for automatic cpu 
dispatch" ...
-             x86_64-*-*-15.*) CFLAGS="$CFLAGS -mieee-fp -O3 -restrict -unroll 
-no-inline-max-size -no-inline-max-total-size";; 
+             x86_64-*-*-15.*) CFLAGS="$CFLAGS -mieee-fp -O3 -restrict -unroll 
-no-inline-max-size -no-inline-max-total-size -xHost -xHOST";; 
 
              i*86-*-*-8.*)    CFLAGS="$CFLAGS -mp1 -O3 -restrict -unroll       
        -tpp6 -axKWNPB";;
              i*86-*-*-9.*)    CFLAGS="$CFLAGS -mp1 -O3 -restrict -unroll       
        -tpp6 -axKWNPB";;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to