On Thu, 2019-01-17 at 09:10 +0000, Richard Sandiford wrote: > > > +static bool supported_simd_type (tree t) > > Missing line break after "static bool".
Fixed. > > +static bool currently_supported_simd_type (tree t, tree b) > > Same here. Fixed. > > + return 0; > > The return should use tab indentation. Fixed. > > OK otherwise, thanks. > > Richard Thanks for the reviews Richard, I made those changes and checked in the patch. That is the last of the Aarch64 SIMD / Vector ABI patches I have so everything should be checked in and working now. Steve Ellcey sell...@marvell.com