Re: Allow real_format to be passed to more real.h functions

2015-10-29 Thread Richard Biener
On October 29, 2015 4:53:59 PM GMT+01:00, Richard Sandiford wrote: >Most real.h routines used machine modes to specify the format of >an operation and converted that to a float_format * internally. >Some also had alternative versions that accepted a float_format *. > >In an upcoming patch it seem

Allow real_format to be passed to more real.h functions

2015-10-29 Thread Richard Sandiford
Most real.h routines used machine modes to specify the format of an operation and converted that to a float_format * internally. Some also had alternative versions that accepted a float_format *. In an upcoming patch it seemed more convenient for the callers I was adding to use float_format direct