diff options
Diffstat (limited to 'contrib/gcc/target.h')
-rw-r--r-- | contrib/gcc/target.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/gcc/target.h b/contrib/gcc/target.h index d0a38f2..f407bb7 100644 --- a/contrib/gcc/target.h +++ b/contrib/gcc/target.h @@ -375,6 +375,10 @@ struct gcc_target by the vectorizer, and return the decl of the target builtin function. */ tree (* builtin_mask_for_load) (void); + + /* Return true if vector alignment is reachable (by peeling N + interations) for the given type. */ + bool (* vector_alignment_reachable) (tree, bool); } vectorize; /* The initial value of target_flags. */ |