Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit ddc643d

Browse files
committed
Revert "XANMOD: Makefile: Disable GCC vectorization on trees"
This reverts commit 9a0d478.
1 parent ff3dae8 commit ddc643d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,9 +1134,6 @@ NOSTDINC_FLAGS += -nostdinc
11341134
# perform bounds checking.
11351135
KBUILD_CFLAGS += $(call cc-option, -fstrict-flex-arrays=3)
11361136

1137-
# disable GCC vectorization on trees
1138-
KBUILD_CFLAGS += $(call cc-option, -fno-tree-vectorize)
1139-
11401137
# disable invalid "can't wrap" optimizations for signed / pointers
11411138
KBUILD_CFLAGS += -fno-strict-overflow
11421139

0 commit comments

Comments
 (0)