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
27f56cb1
Commit
27f56cb1
authored
Feb 02, 2008
by
Gerald Pfeifer
Committed by
Gerald Pfeifer
Feb 02, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/extend.texi (X86 Built-in Functions): Fix grammar.
From-SVN: r132069
parent
1c93d557
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/doc/extend.texi
+3
-3
No files found.
gcc/ChangeLog
View file @
27f56cb1
2008-02-02 Gerald Pfeifer <gerald@pfeifer.com>
* doc/extend.texi (X86 Built-in Functions): Fix grammar.
2008-02-01 Hans-Peter Nilsson <hp@axis.com>
2008-02-01 Hans-Peter Nilsson <hp@axis.com>
PR rtl-optimization/34773
PR rtl-optimization/34773
...
...
gcc/doc/extend.texi
View file @
27f56cb1
...
@@ -7406,12 +7406,12 @@ integers, these use @code{V4SI}. Finally, some instructions operate on an
...
@@ -7406,12 +7406,12 @@ integers, these use @code{V4SI}. Finally, some instructions operate on an
entire vector register, interpreting it as a 128-bit integer, these use mode
entire vector register, interpreting it as a 128-bit integer, these use mode
@code{TI}.
@code{TI}.
In
the 64-bit mode,
x86-64 family of processors uses additional built-in
In
64-bit mode, the
x86-64 family of processors uses additional built-in
functions for efficient use of @code{TF} (@code{__float128}) 128-bit
functions for efficient use of @code{TF} (@code{__float128}) 128-bit
floating point and @code{TC} 128-bit complex floating point values.
floating point and @code{TC} 128-bit complex floating point values.
The following floating point built-in functions are
made available in the
The following floating point built-in functions are
available in 64-bit
64-bit
mode. All of them implement the function that is part of the name.
mode. All of them implement the function that is part of the name.
@smallexample
@smallexample
__float128 __builtin_fabsq (__float128)
__float128 __builtin_fabsq (__float128)
...
...
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