Re: [01/77] Add an E_ prefix to mode names

2017-08-11 Thread Jeff Law
On 07/13/2017 02:36 AM, Richard Sandiford wrote: > Later patches will add wrapper types for specific classes > of mode. E.g. SImode will be a scalar_int_mode, SFmode will be a > scalar_float_mode, etc. This patch prepares for that change by adding > an E_ prefix to the mode enum values. It also

[01/77] Add an E_ prefix to mode names

2017-07-13 Thread Richard Sandiford
Later patches will add wrapper types for specific classes of mode. E.g. SImode will be a scalar_int_mode, SFmode will be a scalar_float_mode, etc. This patch prepares for that change by adding an E_ prefix to the mode enum values. It also adds #defines that map the unprefixed names to the prefix