Re: [PATCH 1/3] aarch64: Remove macros for vld2[q]_lane Neon intrinsics

2021-08-17 Thread Richard Sandiford via Gcc-patches
Jonathan Wright writes: > Hi, > > This patch removes macros for vld2[q]_lane Neon intrinsics. This is a > preparatory step before adding new modes for structures of Advanced > SIMD vectors. > > Regression tested and bootstrapped on aarch64-none-linux-gnu - no > issues. > > Ok for master? OK, than

[PATCH 1/3] aarch64: Remove macros for vld2[q]_lane Neon intrinsics

2021-08-16 Thread Jonathan Wright via Gcc-patches
Hi, This patch removes macros for vld2[q]_lane Neon intrinsics. This is a preparatory step before adding new modes for structures of Advanced SIMD vectors. Regression tested and bootstrapped on aarch64-none-linux-gnu - no issues. Ok for master? Thanks, Jonathan --- gcc/ChangeLog: 2021-08-12