Re: [AArch64, 3/4] Reimplement multiply by element to get rid of inline assembly

2016-05-17 Thread James Greenhalgh
On Mon, May 16, 2016 at 10:09:37AM +0100, Jiong Wang wrote: > This patch reimplement vector multiply by element on top of the existed > vmul_lane* intrinsics instead of inline assembly. > > There is no code generation change from this patch. > > OK for trunk? > > 2016-05-16 Jiong Wang > > gcc/

[AArch64, 3/4] Reimplement multiply by element to get rid of inline assembly

2016-05-16 Thread Jiong Wang
This patch reimplement vector multiply by element on top of the existed vmul_lane* intrinsics instead of inline assembly. There is no code generation change from this patch. OK for trunk? 2016-05-16 Jiong Wang gcc/ * config/aarch64/aarch64-simd.md (vmul_n_f32): Remove inline assembly. Use