Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
4ebd56a5
Commit
4ebd56a5
authored
Jan 22, 2013
by
Jonathan Wakely
Committed by
Jonathan Wakely
Jan 22, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/extend.texi (__int128): Improve grammar.
From-SVN: r195387
parent
32fc5b8a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+4
-0
gcc/doc/extend.texi
+4
-4
No files found.
gcc/ChangeLog
View file @
4ebd56a5
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
...
...
gcc/doc/extend.texi
View file @
4ebd56a5
...
...
@@ -811,15 +811,15 @@ the middle operand uses the value already computed without the undesirable
effects of recomputing it.
@node __int128
@section 128-bit
s
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment