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
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