diff options
Diffstat (limited to 'gcc/doc/sourcebuild.texi')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 84fd273..c29cd3f 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -2626,17 +2626,14 @@ Target supports the execution of @code{avx} instructions. @item avx10.1-256 Target supports the execution of @code{avx10.1-256} instructions. +@item avx10.1 +Target supports the execution of @code{avx10.1} instructions. + @item avx10.1-512 Target supports the execution of @code{avx10.1-512} instructions. @item avx10.2 -Target supports the execution of @code{avx10.2-512} instructions. - -@item avx10.2-256 -Target supports the execution of @code{avx10.2-256} instructions. - -@item avx10.2-512 -Target supports the execution of @code{avx10.2-512} instructions. +Target supports the execution of @code{avx10.2} instructions. @item avx2 Target supports compiling @code{avx2} instructions. |