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 8c8e8d0..c536759 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -251,6 +251,7 @@ accept various extension mnemonics. For example, @code{cldemote}, @code{rdpru}, @code{mcommit}, +@code{sev_es}, @code{lwp}, @code{fma4}, @code{xop}, @@ -1454,7 +1455,7 @@ supported on the CPU specified. The choices for @var{cpu_type} are: @item @samp{.syscall} @tab @samp{.rdtscp} @tab @samp{.svme} @item @samp{.lwp} @tab @samp{.fma4} @tab @samp{.xop} @tab @samp{.cx16} @item @samp{.padlock} @tab @samp{.clzero} @tab @samp{.mwaitx} @tab @samp{.rdpru} -@item @samp{.mcommit} +@item @samp{.mcommit} @tab @samp{.sev_es} @end multitable Apart from the warning, there are only two other effects on |