Browse Source

Update Makefile

pull/3745/head
Martin Kroeker GitHub 3 years ago
parent
commit
74f2da79a8
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
      kernel/Makefile

+ 1
- 1
kernel/Makefile View File

@@ -16,7 +16,7 @@ ifeq ($(C_COMPILER), GCC)
# AVX2 support was added in 4.7.0
GCCVERSIONCHECK := $(GCCVERSIONGT4)$(GCCVERSIONGTEQ4)$(GCCMINORVERSIONGTEQ7)
ifeq ($(GCCVERSIONCHECK), $(filter $(GCCVERSIONCHECK), 011 110 111))
AVX2OPT = -mavx2 -fno-tree-vectorize
AVX2OPT = -mavx2
endif
endif
ifeq ($(C_COMPILER), CLANG)


Loading…
Cancel
Save