typo
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sun, 16 Dec 2018 15:19:51 +0000 (16:19 +0100)
committerGitHub <noreply@github.com>
Sun, 16 Dec 2018 15:19:51 +0000 (16:19 +0100)
kernel/Makefile

index 17bfd40..30292cd 100644 (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