diff options
Diffstat (limited to 'gas/doc/c-i386.texi')
-rw-r--r-- | gas/doc/c-i386.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index 30745b4..57f9146 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -145,6 +145,7 @@ accept various extension mnemonics. For example, @code{avx2}, @code{noavx}, @code{vmx}, +@code{vmfunc}, @code{smx}, @code{xsave}, @code{xsaveopt}, @@ -1014,7 +1015,7 @@ supported on the CPU specified. The choices for @var{cpu_type} are: @item @samp{.clflush} @tab @samp{.movbe} @tab @samp{.xsave} @tab @samp{.xsaveopt} @item @samp{.aes} @tab @samp{.pclmul} @tab @samp{.fma} @tab @samp{.fsgsbase} @item @samp{.rdrnd} @tab @samp{.f16c} @tab @samp{.avx2} @tab @samp{.bmi2} -@item @samp{.lzcnt} @tab @samp{.invpcid} +@item @samp{.lzcnt} @tab @samp{.invpcid} @tab @samp{.vmfunc} @item @samp{.3dnow} @tab @samp{.3dnowa} @tab @samp{.sse4a} @tab @samp{.sse5} @item @samp{.syscall} @tab @samp{.rdtscp} @tab @samp{.svme} @tab @samp{.abm} @item @samp{.lwp} @tab @samp{.fma4} @tab @samp{.xop} |