Skip to content

Commit

Permalink
Add -mavx2 -mf16c to CPUFLAGS. (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Hosseini authored Jun 24, 2019
1 parent fc9856a commit 1cbc999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile.inc.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CXX = @CXX@
CXXCPP = @CXXCPP@
CPPFLAGS = -DFINTEGER=int @CPPFLAGS@ @OPENMP_CXXFLAGS@ @NVCC_CPPFLAGS@
CXXFLAGS = -fPIC @ARCH_CXXFLAGS@ -Wno-sign-compare @CXXFLAGS@
CPUFLAGS = @ARCH_CPUFLAGS@
CPUFLAGS = -mavx2 -mf16c @ARCH_CPUFLAGS@
LDFLAGS = @OPENMP_CXXFLAGS@ @LDFLAGS@ @NVCC_LDFLAGS@
LIBS = @BLAS_LIBS@ @LAPACK_LIBS@ @LIBS@ @NVCC_LIBS@
PYTHONCFLAGS = @PYTHON_CFLAGS@ -I@NUMPY_INCLUDE@
Expand Down

0 comments on commit 1cbc999

Please sign in to comment.