We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc9856a commit 1cbc999Copy full SHA for 1cbc999
1 file changed
makefile.inc.in
@@ -7,7 +7,7 @@ CXX = @CXX@
7
CXXCPP = @CXXCPP@
8
CPPFLAGS = -DFINTEGER=int @CPPFLAGS@ @OPENMP_CXXFLAGS@ @NVCC_CPPFLAGS@
9
CXXFLAGS = -fPIC @ARCH_CXXFLAGS@ -Wno-sign-compare @CXXFLAGS@
10
-CPUFLAGS = @ARCH_CPUFLAGS@
+CPUFLAGS = -mavx2 -mf16c @ARCH_CPUFLAGS@
11
LDFLAGS = @OPENMP_CXXFLAGS@ @LDFLAGS@ @NVCC_LDFLAGS@
12
LIBS = @BLAS_LIBS@ @LAPACK_LIBS@ @LIBS@ @NVCC_LIBS@
13
PYTHONCFLAGS = @PYTHON_CFLAGS@ -I@NUMPY_INCLUDE@
0 commit comments