invoke.texi (x86 Options, [...]): Mention that -mfpmath=sse is the default also for...
authorUros Bizjak <ubizjak@gmail.com>
Fri, 24 Feb 2017 18:18:57 +0000 (19:18 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 24 Feb 2017 18:18:57 +0000 (19:18 +0100)
* doc/invoke.texi (x86 Options, -mfpmath=sse): Mention that
-mfpmath=sse is the default also for x86-32 targets with SSE2
instruction set when @option{-ffast-math} is enabled

From-SVN: r245715

gcc/ChangeLog
gcc/doc/invoke.texi

index 1239c4a0a58a69b9b6edae69d1a9bb9bc7a575d0..5e65244458ef1ffea8f54d43238e120e95445df2 100644 (file)
@@ -1,3 +1,9 @@
+2017-02-24  Uros Bizjak  <ubizjak@gmail.com>
+
+       * doc/invoke.texi (x86 Options, -mfpmath=sse): Mention that
+       -mfpmath=sse is the default also for x86-32 targets with SSE2
+       instruction set when @option{-ffast-math} is enabled
+
 2017-02-24  Jeff Law  <law@redhat.com>
 
        PR rtl-optimizatoin/79286
index 6e5fa567c8678e9c1a0a02564033624d4e961b77..3322281c4ce0c781de387db021107582223414d9 100644 (file)
@@ -24591,7 +24591,7 @@ The temporary results are computed in 80-bit precision instead of the precision
 specified by the type, resulting in slightly different results compared to most
 of other chips.  See @option{-ffloat-store} for more detailed description.
 
-This is the default choice for x86-32 targets.
+This is the default choice for non-Darwin x86-32 targets.
 
 @item sse
 Use scalar floating-point instructions present in the SSE instruction set.
@@ -24611,7 +24611,9 @@ The resulting code should be considerably faster in the majority of cases and av
 the numerical instability problems of 387 code, but may break some existing
 code that expects temporaries to be 80 bits.
 
-This is the default choice for the x86-64 compiler.
+This is the default choice for the x86-64 compiler, Darwin x86-32 targets,
+and the default choice for x86-32 targets with the SSE2 instruction set
+when @option{-ffast-math} is enabled.
 
 @item sse,387
 @itemx sse+387