diff options
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-aarch64.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi index 2477555..6774205 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -165,6 +165,8 @@ automatically cause those extensions to be disabled. @item @code{sve} @tab ARMv8.2-A @tab No @tab Enable the Scalable Vector Extensions. This implies @code{fp16}, @code{simd} and @code{compnum}. +@item @code{dotprod} @tab ARMv8.2-A @tab No + @tab Enable the Dot Product extension. This implies @code{simd}. @end multitable @node AArch64 Syntax |