Re: [73/77] Pass scalar_mode to scalar_mode_supported_p

2017-08-25 Thread Jeff Law
On 07/13/2017 03:04 AM, Richard Sandiford wrote: > This patch makes the preferred_simd_mode target hook take a scalar_mode > rather than a machine_mode. > > 2017-07-13 Richard Sandiford > Alan Hayward > David Sherwood > > gcc/ > * target.def (preferred_simd_mode):

[73/77] Pass scalar_mode to scalar_mode_supported_p

2017-07-13 Thread Richard Sandiford
This patch makes the preferred_simd_mode target hook take a scalar_mode rather than a machine_mode. 2017-07-13 Richard Sandiford Alan Hayward David Sherwood gcc/ * target.def (preferred_simd_mode): Take a scalar_mode instead of a machine_mode.