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
ee09a3dd
Commit
ee09a3dd
authored
Feb 07, 2011
by
Michael Meissner
Committed by
Michael Meissner
Feb 07, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix PR target/47636
From-SVN: r169901
parent
f43c3935
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+6
-0
gcc/config/rs6000/rs6000.md
+1
-1
No files found.
gcc/ChangeLog
View file @
ee09a3dd
2011-02-07 Michael Meissner <meissner@linux.vnet.ibm.com>
PR target/47636
* config/rs6000/rs6000.md (rsqrt<mode>2): Use the correct macro
for the condition.
2011-02-07 Mike Stump <mikestump@comcast.net>
* config/darwin.opt (mmacosx-version-min): Update default OS
...
...
gcc/config/rs6000/rs6000.md
View file @
ee09a3dd
...
...
@@ -5638,7 +5638,7 @@
(define_expand "rsqrt
<mode>
2"
[
(match_operand:RECIPF 0 "gpc_reg_operand" "")
(match_operand:RECIPF 1 "gpc_reg_operand" "")]
"RS6000_RECIP_HAVE_RSQRT_P (
<MODE>
mode)"
"RS6000_RECIP_HAVE_RSQRT
E
_P (
<MODE>
mode)"
{
rs6000_emit_swrsqrt (operands
[
0
]
, operands
[
1
]
);
DONE;
...
...
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