Ping. Updated patch attached. Matthew On 26/11/15 16:04, Matthew Wahab wrote: > Hello, > > This patch adds the ACLE intrinsics for the instructions introduced in > ARMv8.1. It adds the vqrmdlah and vqrdmlsh forms of the instrinsics to > the arm_neon.h header, together with the ARM builtins used to implement > them. The intrinsics are available when -march=armv8.1-a is enabled > together with appropriate fpu options. > > Tested the series for arm-none-eabi with cross-compiled check-gcc on an > ARMv8.1 emulator. Also tested arm-none-linux-gnueabihf with native > bootstrap and make check. > > Ok for trunk? > Matthew > > gcc/ > 2015-11-26 Matthew Wahab > > * config/arm/arm_neon.h (vqrdmlah_s16, vqrdmlah_s32): New. > (vqrdmlahq_s16, vqrdmlahq_s32): New. > (vqrdmlsh_s16, vqrdmlsh_s32): New. > (vqrdmlahq_s16, vqrdmlshq_s32): New. > * config/arm/arm_neon_builtins.def: Add "vqrdmlah" and "vqrdmlsh". >