diff options
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-i386.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index 30e29f6..5e9e2ef 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -166,6 +166,7 @@ accept various extension mnemonics. For example, @code{mpx}, @code{sha}, @code{rdpid}, +@code{ptwrite}, @code{prefetchwt1}, @code{clflushopt}, @code{se1}, @@ -1195,6 +1196,7 @@ supported on the CPU specified. The choices for @var{cpu_type} are: @item @samp{.syscall} @tab @samp{.rdtscp} @tab @samp{.svme} @tab @samp{.abm} @item @samp{.lwp} @tab @samp{.fma4} @tab @samp{.xop} @tab @samp{.cx16} @item @samp{.padlock} @tab @samp{.clzero} @tab @samp{.mwaitx} @tab @samp{.rdpid} +@item @samp{.ptwrite} @end multitable Apart from the warning, there are only two other effects on |