Commit 4ebd56a5 by Jonathan Wakely Committed by Jonathan Wakely

* doc/extend.texi (__int128): Improve grammar.

From-SVN: r195387
parent 32fc5b8a
2012-01-22 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/extend.texi (__int128): Improve grammar.
2012-01-22 Uros Bizjak <ubizjak@gmail.com>
PR target/56028
......
......@@ -811,15 +811,15 @@ the middle operand uses the value already computed without the undesirable
effects of recomputing it.
@node __int128
@section 128-bits integers
@section 128-bit integers
@cindex @code{__int128} data types
As an extension the integer scalar type @code{__int128} is supported for
targets having an integer mode wide enough to hold 128 bits.
targets which have an integer mode wide enough to hold 128 bits.
Simply write @code{__int128} for a signed 128-bit integer, or
@code{unsigned __int128} for an unsigned 128-bit integer. There is no
support in GCC to express an integer constant of type @code{__int128}
for targets having @code{long long} integer less than 128 bits wide.
support in GCC for expressing an integer constant of type @code{__int128}
for targets with @code{long long} integer less than 128 bits wide.
@node Long Long
@section Double-Word Integers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment