invoke.texi (Intel 386 and AMD x86-64 Options): Replace i387 with 'i386 compiler...
authorUros Bizjak <uros@kss-loka.si>
Wed, 5 Jan 2005 09:55:55 +0000 (10:55 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 5 Jan 2005 09:55:55 +0000 (10:55 +0100)
* doc/invoke.texi (Intel 386 and AMD x86-64 Options):
        Replace i387 with 'i386 compiler' in -mfpmath=sse option.

From-SVN: r92943

gcc/ChangeLog
gcc/doc/invoke.texi

index 03365eac92d1f80b49dd62946ec98ebc8f61c5a0..ff13de618d4b04b33541d7a44c95a48a37a9e968 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-05  Uros Bizjak  <uros@kss-loka.si>
+
+       * doc/invoke.texi (Intel 386 and AMD x86-64 Options):
+        Replace i387 with 'i386 compiler' in -mfpmath=sse option.
+
 2005-01-04  Roger Sayle  <roger@eyesopen.com>
 
        * ifcvt.c (find_if_case_1): Avoid creating an empty forwarder block,
index e230f45e7893a1e05d2ed130d81485c84297c45a..5038aa08d9c923fbbe22aeb6995f474f05e0cec7 100644 (file)
@@ -8444,9 +8444,9 @@ extended precision arithmetics is still done using 387.  Later version, present
 only in Pentium4 and the future AMD x86-64 chips supports double precision
 arithmetics too.
 
-For i387 you need to use @option{-march=@var{cpu-type}}, @option{-msse} or
-@option{-msse2} switches to enable SSE extensions and make this option
-effective.  For x86-64 compiler, these extensions are enabled by default.
+For the i386 compiler, you need to use @option{-march=@var{cpu-type}}, @option{-msse}
+or @option{-msse2} switches to enable SSE extensions and make this option
+effective.  For the x86-64 compiler, these extensions are enabled by default.
 
 The resulting code should be considerably faster in the majority of cases and avoid
 the numerical instability problems of 387 code, but may break some existing