Skip to content

Commit

Permalink
Revert "XANMOD: Makefile: Turn off loop vectorization for GCC -O3 opt…
Browse files Browse the repository at this point in the history
…imization level"

This reverts commit eaf2ff1.
  • Loading branch information
xanmod committed Jun 18, 2021
1 parent bd9cb29 commit 1030fe8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Expand Up @@ -737,9 +737,6 @@ ifdef CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE
KBUILD_CFLAGS += -O2
else ifdef CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3
KBUILD_CFLAGS += -O3
ifdef CONFIG_CC_IS_GCC
KBUILD_CFLAGS += -fno-tree-loop-vectorize
endif
else ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE
KBUILD_CFLAGS += -Os
endif
Expand Down

0 comments on commit 1030fe8

Please sign in to comment.