On Mon, Dec 05, 2016 at 10:37:41AM +0000, Tamar Christina wrote: > > Hi All, > > This patch fixes test failures on aarch64-none-linux-gnu. > Some vreinterpret intrinsics which are required for some of > the tests to run were missing. > > Bootstrapped and reg tested on aarch64-none-linux-gnu. > > Ok for trunk?
OK. Thanks, James > > gcc/ > 2016-12-01 Tamar Christina <tamar.christ...@arm.com> > > * gcc/config/aarch64/arm_neon.h > (vreinterpretq_p8_p128, vreinterpretq_p16_p128): Added. > (vreinterpret_p64_p16, vreinterpretq_p64_p128): Likewise. > (vreinterpretq_p64_p16, vreinterpretq_p128_p8): Likewise. > (vreinterpretq_p128_p16, vreinterpretq_p128_f16): Likewise. > (vreinterpretq_p128_f32, vreinterpretq_p128_p64): Likewise. > (vreinterpretq_p128_s64, vreinterpretq_p128_u64): Likewise. > (vreinterpretq_p128_s8, vreinterpretq_p128_s16): Likewise. > (vreinterpretq_p128_s32, vreinterpretq_p128_u8): Likewise. > (vreinterpretq_p128_u16, vreinterpretq_p128_u32): Likewise. > (vreinterpretq_f16_p128, vreinterpretq_f32_p128): Likewise. > (vreinterpretq_s64_p128, vreinterpretq_u64_p128): Likewise. > (vreinterpretq_s8_p128, vreinterpretq_s16_p128): Likewise. > (vreinterpretq_s32_p128, vreinterpretq_u8_p128): Likewise. > (vreinterpretq_u16_p128, vreinterpretq_u32_p128): Likewise.