Line 0
Link Here
|
|
|
1 |
--- gcc/tree-vect-loop.c.orig 2019-11-27 20:05:37 UTC |
2 |
+++ gcc/tree-vect-loop.c |
3 |
@@ -56,6 +56,8 @@ along with GCC; see the file COPYING3. If not see |
4 |
#include "tree-vectorizer.h" |
5 |
#include "target.h" |
6 |
|
7 |
+#define vec_step vec_step_ |
8 |
+ |
9 |
/* Loop Vectorization Pass. |
10 |
|
11 |
This pass tries to vectorize loops. |