We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545c2b1 commit cfc4accCopy full SHA for cfc4acc
kernel/Makefile
@@ -19,7 +19,7 @@ ifeq ($(C_COMPILER), CLANG)
19
GCCVERSIONGTEQ4 := $(shell expr `$(CC) -dumpversion | cut -f1 -d.` \>= 4)
20
GCCMINORVERSIONGTEQ2 := $(shell expr `$(CC) -dumpversion | cut -f2 -d.` \>= 2)
21
ifeq ($(GCCVERSIONGTEQ4)$(GCCMINORVERSIONGTEQ2), 11)
22
- AVX2OPT -mavx2
+ AVX2OPT = -mavx2
23
endif
24
25
ifdef NO_AVX2
0 commit comments