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 94d1f9c..5740d33 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -168,6 +168,7 @@ accept various extension mnemonics. For example, @code{rdpid}, @code{ptwrite}, @code{cet}, +@code{gfni}, @code{prefetchwt1}, @code{clflushopt}, @code{se1}, @@ -1225,7 +1226,7 @@ supported on the CPU specified. The choices for @var{cpu_type} are: @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} @tab @samp{.cx16} -@item @samp{.padlock} @tab @samp{.clzero} @tab @samp{.mwaitx} +@item @samp{.padlock} @tab @samp{.clzero} @tab @samp{.mwaitx} @tab @samp{.gfni} @end multitable Apart from the warning, there are only two other effects on |