From bf50992e53161e113648b821e349d94e9d9642cf Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 6 Jul 2005 19:11:01 +0000 Subject: 2005-07-06 H.J. Lu * 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. --- gas/doc/c-i386.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/doc') 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 -- cgit v1.1