Browse Source

Fix typo

tags/v0.3.11^2
Martin Kroeker GitHub 5 years ago
parent
commit
137ae618db
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

@@ -64,7 +64,7 @@ endif
endif
endif

ifeq ($(CORE), $(filter $(CORE), HASWELL ZEN SKYLAKEX COOPERLAKE)
ifeq ($(CORE), $(filter $(CORE), HASWELL ZEN SKYLAKEX COOPERLAKE))
ifndef DYNAMIC_ARCH
ifndef NO_AVX2
ifeq ($(C_COMPILER), GCC)


Loading…
Cancel
Save