diff options
Diffstat (limited to 'gcc/config/arm/vfp11.md')
-rw-r--r-- | gcc/config/arm/vfp11.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/vfp11.md b/gcc/config/arm/vfp11.md index 25882c41830..b027fe6c3cd 100644 --- a/gcc/config/arm/vfp11.md +++ b/gcc/config/arm/vfp11.md @@ -56,12 +56,12 @@ (define_insn_reservation "vfp_farith" 8 (and (eq_attr "generic_vfp" "yes") - (eq_attr "type" "fadds,faddd,fconsts,fconstd,f_cvt,fmuls,fmacs")) + (eq_attr "type" "fadds,faddd,fconsts,fconstd,f_cvt,fmuls,fmacs,ffmas")) "fmac") (define_insn_reservation "vfp_fmul" 9 (and (eq_attr "generic_vfp" "yes") - (eq_attr "type" "fmuld,fmacd")) + (eq_attr "type" "fmuld,fmacd,ffmad")) "fmac*2") (define_insn_reservation "vfp_fdivs" 19 |