Browse Source

Update Makefile.x86_64

tags/v0.3.7
Martin Kroeker GitHub 6 years ago
parent
commit
6d3efb2b58
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.x86_64

+ 1
- 1
Makefile.x86_64 View File

@@ -31,7 +31,7 @@ ifndef NO_AVX2
ifeq ($(C_COMPILER), GCC)
CCOMMON_OPT += -mavx2
endif
ifeq $(F_COMPILER), GFORTRAN)
ifeq ($(F_COMPILER), GFORTRAN)
FCOMMON_OPT += -mavx2
endif
endif


Loading…
Cancel
Save