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
f03d897a
Commit
f03d897a
authored
Nov 11, 2010
by
Richard Henderson
Committed by
Richard Henderson
Nov 11, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* optabs.c (init_optabs): Init {fma,fms,fnma,fnms}_optab properly.
From-SVN: r166643
parent
d48e78d6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+4
-0
gcc/optabs.c
+4
-0
No files found.
gcc/ChangeLog
View file @
f03d897a
2010
-
11
-
11
Richard
Henderson
<
rth
@redhat
.
com
>
*
optabs
.
c
(
init_optabs
)
:
Init
{
fma
,
fms
,
fnma
,
fnms
}
_optab
properly
.
2010
-
11
-
11
Richard
Henderson
<
rth
@redhat
.
com
>
*
config
/
fused
-
madd
.
opt
:
New
file
.
*
config
.
gcc
[
i386
-*
,
x86_64
-*
]
(
extra_options
)
:
Use
it
.
*
config
/
i386
/
i386
.
c
(
ix86_extra_costs
)
:
Handle
FMA
.
gcc/optabs.c
View file @
f03d897a
...
...
@@ -6180,6 +6180,10 @@ init_optabs (void)
init_optab
(
umax_optab
,
UMAX
);
init_optab
(
pow_optab
,
UNKNOWN
);
init_optab
(
atan2_optab
,
UNKNOWN
);
init_optab
(
fma_optab
,
FMA
);
init_optab
(
fms_optab
,
UNKNOWN
);
init_optab
(
fnma_optab
,
UNKNOWN
);
init_optab
(
fnms_optab
,
UNKNOWN
);
/* These three have codes assigned exclusively for the sake of
have_insn_for. */
...
...
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