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
b4a642cb
Commit
b4a642cb
authored
Sep 17, 2012
by
Jakub Jelinek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
re PR target/54564 (Broken __builtin_ia32_vfmadds[sd]3)
PR target/54564 ChangeLog entry fixup From-SVN: r191377
parent
c8f35794
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
gcc/ChangeLog
+3
-0
gcc/testsuite/ChangeLog
+0
-7
No files found.
gcc/ChangeLog
View file @
b4a642cb
...
...
@@ -171,6 +171,9 @@
(*fmai_fnmadd_<mode>, *fmai_fnmsub_<mode>): Likewise. Negate
operand 2 instead of operand 1, but put it as first argument
of fma.
* config/i386/fmaintrin.h (_mm_fnmadd_sd, _mm_fnmadd_ss,
_mm_fnmsub_sd, _mm_fnmsub_ss): Negate the second argument instead
of the first.
2012-09-14 Richard Guenther <rguenther@suse.de>
...
...
gcc/testsuite/ChangeLog
View file @
b4a642cb
...
...
@@ -111,13 +111,6 @@
* gcc.dg/pr44194-1.c: Check that there are no memory accesses left.
2012-09-14 Jakub Jelinek <jakub@redhat.com>
PR target/54564
* config/i386/fmaintrin.h (_mm_fnmadd_sd, _mm_fnmadd_ss,
_mm_fnmsub_sd, _mm_fnmsub_ss): Negate the second argument instead
of the first.
2012-09-14 Richard Guenther <rguenther@suse.de>
PR tree-optimization/54565
...
...
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