Browse Source

typo

tags/v0.3.5
Martin Kroeker GitHub 7 years ago
parent
commit
cfc4acc221
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

@@ -19,7 +19,7 @@ ifeq ($(C_COMPILER), CLANG)
GCCVERSIONGTEQ4 := $(shell expr `$(CC) -dumpversion | cut -f1 -d.` \>= 4)
GCCMINORVERSIONGTEQ2 := $(shell expr `$(CC) -dumpversion | cut -f2 -d.` \>= 2)
ifeq ($(GCCVERSIONGTEQ4)$(GCCMINORVERSIONGTEQ2), 11)
AVX2OPT -mavx2
AVX2OPT = -mavx2
endif
endif
ifdef NO_AVX2


Loading…
Cancel
Save