1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00
This commit is contained in:
Peter Boyle 2015-04-18 12:40:55 +01:00
parent d4aa37112d
commit d6c02e72d6

View File

@ -35,7 +35,7 @@ MPI, OpenMP, and SIMD parallelism are present in the library.
You can give `configure' initial values for configuration parameters
by setting variables in the command line or in the environment. Here
is are examples:
are examples:
./configure CXX=clang++ CXXFLAGS="-std=c++11 -O3 -mavx" --enable-simd=AVX1