diff options
Diffstat (limited to 'gcc/doc/sourcebuild.texi')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index b36c812..82c1d80 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -1383,6 +1383,10 @@ have different type from the value operands. @item vect_double Target supports hardware vectors of @code{double}. +@item vect_element_align_preferred +The target's preferred vector alignment is the same as the element +alignment. + @item vect_float Target supports hardware vectors of @code{float}. |