Re: [104/nnn] poly_int: GET_MODE_PRECISION

2017-11-27 Thread Jeff Law
On 10/23/2017 11:42 AM, Richard Sandiford wrote: > This patch changes GET_MODE_PRECISION from an unsigned short > to a poly_uint16. > > > 2017-10-23 Richard Sandiford > Alan Hayward > David Sherwood > > gcc/ > * machmode.h (mode_precision): Change from unsigned s

[104/nnn] poly_int: GET_MODE_PRECISION

2017-10-23 Thread Richard Sandiford
This patch changes GET_MODE_PRECISION from an unsigned short to a poly_uint16. 2017-10-23 Richard Sandiford Alan Hayward David Sherwood gcc/ * machmode.h (mode_precision): Change from unsigned short to poly_uint16_pod. (mode_to_precision): R