Re: [RFA/ARM 1/3] Add VFP support for VFMA and friends

2012-07-15 Thread Michael Hope
On 5 July 2012 21:13, Matthew Gretton-Dann wrote: > On 26/06/12 14:44, Richard Earnshaw wrote: >> >> On 25/06/12 15:59, Matthew Gretton-Dann wrote: >>> >>> All, >>> >>> This patch adds support to the ARM backend for generating floating-point >>> fused multiply-accumulate. >>> >>> OK? >>> >>> gcc/C

Re: [RFA/ARM 1/3] Add VFP support for VFMA and friends

2012-07-05 Thread Matthew Gretton-Dann
On 26/06/12 14:44, Richard Earnshaw wrote: On 25/06/12 15:59, Matthew Gretton-Dann wrote: All, This patch adds support to the ARM backend for generating floating-point fused multiply-accumulate. OK? gcc/ChangeLog: 2012-06-25 Matthew Gretton-Dann * config/arm/iterators.md (SDF): N

Re: [RFA/ARM 1/3] Add VFP support for VFMA and friends

2012-06-26 Thread Richard Earnshaw
On 25/06/12 15:59, Matthew Gretton-Dann wrote: > All, > > This patch adds support to the ARM backend for generating floating-point > fused multiply-accumulate. > > OK? > > gcc/ChangeLog: > > 2012-06-25 Matthew Gretton-Dann > > * config/arm/iterators.md (SDF): New mode iterator. >

[RFA/ARM 1/3] Add VFP support for VFMA and friends

2012-06-25 Thread Matthew Gretton-Dann
All, This patch adds support to the ARM backend for generating floating-point fused multiply-accumulate. OK? gcc/ChangeLog: 2012-06-25 Matthew Gretton-Dann * config/arm/iterators.md (SDF): New mode iterator. (V_if_elem): Add support for SF and DF modes. (V_reg): Lik