diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-07-06 19:11:01 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-07-06 19:11:01 +0000 |
commit | bf50992e53161e113648b821e349d94e9d9642cf (patch) | |
tree | 52a225e3366a2a7c7f863247e470fc3032812d46 /gas/doc | |
parent | 3cb3b8dfd1975f480bec3ebd8023f1cc8351606d (diff) | |
download | gdb-bf50992e53161e113648b821e349d94e9d9642cf.zip gdb-bf50992e53161e113648b821e349d94e9d9642cf.tar.gz gdb-bf50992e53161e113648b821e349d94e9d9642cf.tar.bz2 |
2005-07-06 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (cpu_arch): Add sse3.
* config/tc-i386.h (CpuSSE3): Renamed from ...
(CpuPNI): This. Defined as CpuSSE3.
* doc/c-i386.texi: Document .sse3.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-i386.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index 0442184..678dfe3 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -701,7 +701,7 @@ supported on the CPU specified. The choices for @var{cpu_type} are: @item @samp{i486} @tab @samp{i586} @tab @samp{i686} @tab @samp{pentium} @item @samp{pentiumpro} @tab @samp{pentiumii} @tab @samp{pentiumiii} @tab @samp{pentium4} @item @samp{k6} @tab @samp{athlon} @samp{sledgehammer} -@item @samp{.mmx} @samp{.sse} @samp{.sse2} @samp{.3dnow} +@item @samp{.mmx} @samp{.sse} @samp{.sse2} @samp{.sse3} @samp{.3dnow} @end multitable Apart from the warning, there are only two other effects on |