* optabs.c (init_optabs): Init {fma,fms,fnma,fnms}_optab properly.
From-SVN: r166643
This commit is contained in:
parent
d48e78d639
commit
f03d897af3
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue