Re: [7/67] Add scalar_float_mode

2016-12-09 Thread Richard Sandiford
David Malcolm writes: > On Fri, 2016-12-09 at 12:56 +, Richard Sandiford wrote: >> This patch adds a scalar_float_mode class, which wraps a mode enum >> that is known to satisfy SCALAR_FLOAT_MODE_P. Things like "SFmode" >> now give a scalar_float_mode object instead of a machine_mode. >> This

Re: [7/67] Add scalar_float_mode

2016-12-09 Thread David Malcolm
On Fri, 2016-12-09 at 12:56 +, Richard Sandiford wrote: > This patch adds a scalar_float_mode class, which wraps a mode enum > that is known to satisfy SCALAR_FLOAT_MODE_P. Things like "SFmode" > now give a scalar_float_mode object instead of a machine_mode. > This in turn needs a change to th