15 lines
387 B
Plaintext
15 lines
387 B
Plaintext
$OpenBSD: patch-gcc_tree-vect-loop_c,v 1.1 2021/01/18 19:31:43 kettenis Exp $
|
|
|
|
Index: gcc/tree-vect-loop.c
|
|
--- gcc/tree-vect-loop.c.orig
|
|
+++ gcc/tree-vect-loop.c
|
|
@@ -55,6 +55,8 @@ along with GCC; see the file COPYING3. If not see
|
|
#include "vec-perm-indices.h"
|
|
#include "tree-eh.h"
|
|
|
|
+#define vec_step vec_step_
|
|
+
|
|
/* Loop Vectorization Pass.
|
|
|
|
This pass tries to vectorize loops.
|