mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-10 14:10:46 +01:00
Extra compile targs
This commit is contained in:
parent
87bc17831d
commit
c43869a83a
@ -2,6 +2,9 @@
|
|||||||
WD=$1
|
WD=$1
|
||||||
echo $WD
|
echo $WD
|
||||||
case $WD in
|
case $WD in
|
||||||
|
build-g++-sse4)
|
||||||
|
CXX=g++-5 ../configure --enable-simd=SSE4 CXXFLAGS="-msse4 -O3 -std=c++11" --enable-comms=none
|
||||||
|
;;
|
||||||
build-icpc-avx)
|
build-icpc-avx)
|
||||||
CXX=icpc ../configure --enable-simd=AVX CXXFLAGS="-mavx -O3 -std=c++11" --enable-comms=none
|
CXX=icpc ../configure --enable-simd=AVX CXXFLAGS="-mavx -O3 -std=c++11" --enable-comms=none
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user