OSDN Git Service

* doc/invoke.texi (i386 and x86-64 Options) [mrecip]:
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jan 2008 07:35:49 +0000 (07:35 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jan 2008 07:35:49 +0000 (07:35 +0000)
Two small spell fixes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131414 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/doc/invoke.texi

index b48ba2e..5c63161 100644 (file)
@@ -10647,14 +10647,14 @@ or @code{remainder} built-in functions: see @ref{Other Builtins} for details.
 @item -mrecip
 @opindex mrecip
 This option will enable GCC to use RCPSS and RSQRTSS instructions (and their
 @item -mrecip
 @opindex mrecip
 This option will enable GCC to use RCPSS and RSQRTSS instructions (and their
-vectorized variants RCPPS and RSQRTPS) with additional Newton-Rhapson step
+vectorized variants RCPPS and RSQRTPS) with an additional Newton-Rhapson step
 to increase precision instead of DIVSS and SQRTSS (and their vectorized
 variants) for single precision floating point arguments.  These instructions
 are generated only when @option{-funsafe-math-optimizations} is enabled
 together with @option{-finite-math-only} and @option{-fno-trapping-math}.
 Note that while the throughput of the sequence is higher than the throughput
 of the non-reciprocal instruction, the precision of the sequence can be
 to increase precision instead of DIVSS and SQRTSS (and their vectorized
 variants) for single precision floating point arguments.  These instructions
 are generated only when @option{-funsafe-math-optimizations} is enabled
 together with @option{-finite-math-only} and @option{-fno-trapping-math}.
 Note that while the throughput of the sequence is higher than the throughput
 of the non-reciprocal instruction, the precision of the sequence can be
-decreased up to 2 ulp (i.e. the inverse of 1.0 equals 0.99999994).
+decreased by up to 2 ulp (i.e. the inverse of 1.0 equals 0.99999994).
 
 @item -mveclibabi=@var{type}
 @opindex mveclibabi
 
 @item -mveclibabi=@var{type}
 @opindex mveclibabi