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 4804100.
  • Loading branch information
xanmod committed Aug 30, 2022
1 parent 991af5f commit b338a5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -757,7 +757,6 @@ ifdef CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE
KBUILD_CFLAGS += -O2
else ifdef CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3
KBUILD_CFLAGS += -O3
KBUILD_CFLAGS += $(call cc-option, -fno-tree-loop-vectorize)
else ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE
KBUILD_CFLAGS += -Os
endif
Expand Down

0 comments on commit b338a5f

Please sign in to comment.