On Fri, Nov 25, 2016 at 10:46:49AM +0000, Tamar Christina wrote: > Hi all, > > This adds the following NEON intrinsics > to the Aarch64 back-end of GCC: > > * vsriq_n_p64 > * vsri_n_p64 > * vextq_p64 > * vext_p64 > * vceq_p64 > * vbslq_p64 > * vbsl_p64 > > Added new tests for these and ran regression tests on aarch64-none-linux-gnu > and on arm-none-linux-gnueabihf. Tests added in other patch series. > > Ok for trunk?
OK. Thanks, James > gcc/ > 2016-11-25 Tamar Christina <tamar.christ...@arm.com> > > * config/aarch64/aarch64-builtins.c > (vsriq_n_p64, vsri_n_p64): Added poly type. > (vextq_p64, vext_p64): Likewise. > (vceq_p64, vbslq_p64, vbsl_p64): Likewise.