diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2003-02-11 14:13:57 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2003-02-11 14:13:57 -0800 |
commit | a0777b62051639a0f622de31ccc1e76898f9fc49 (patch) | |
tree | 8377fb91fa8b09bbbbeac3e6328043da7f92309a | |
parent | 8b978a57fad8f2a6bbf590521b06f606a6f953c0 (diff) | |
download | gcc-a0777b62051639a0f622de31ccc1e76898f9fc49.zip gcc-a0777b62051639a0f622de31ccc1e76898f9fc49.tar.gz gcc-a0777b62051639a0f622de31ccc1e76898f9fc49.tar.bz2 |
i386.c (override_options): Define c3-2 as a 686 with SSE.
* config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
* doc/invoke.texi: Extra alias.
From-SVN: r62735
-rw-r--r-- | gcc/doc/invoke.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index cfcf4dc..6ebc555 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -7893,7 +7893,8 @@ for the ABI and the set of available instructions. The choices for @samp{pentium}, @samp{pentium-mmx}, @samp{pentiumpro}, @samp{pentium2}, @samp{pentium3}, @samp{pentium4}, @samp{k6}, @samp{k6-2}, @samp{k6-3}, @samp{athlon}, @samp{athlon-tbird}, @samp{athlon-4}, @samp{athlon-xp}, -@samp{athlon-mp}, @samp{winchip-c6}, @samp{winchip2}, @samp{k8} and @samp{c3}. +@samp{athlon-mp}, @samp{winchip-c6}, @samp{winchip2}, @samp{k8}, @samp{c3} +and @samp{c3-2}. While picking a specific @var{cpu-type} will schedule things appropriately for that particular chip, the compiler will not generate any code that |