"Kyrill Tkachov" <kyrylo.tkac...@foss.arm.com> writes: > diff --git a/gcc/config/aarch64/aarch64-protos.h > b/gcc/config/aarch64/aarch64-protos.h > index > 1fe1a50d52aeb3719cf30c4a2af41abb8dd7233d..fa3c247f0773e1d4101b6209b6b7ba6cd50f82eb > 100644 > --- a/gcc/config/aarch64/aarch64-protos.h > +++ b/gcc/config/aarch64/aarch64-protos.h > @@ -252,6 +252,10 @@ struct tune_params > const struct cpu_vector_cost *vec_costs; > const struct cpu_branch_cost *branch_costs; > const struct cpu_approx_modes *approx_modes; > + /* Width of the SVE registers or SVE_NOT_IMPLEMENTED if not appicable.
Typo: applicable. OK with that change, thanks. Richard