Re: [PATCH] Add more Aarch64 NEON intrinsics

2016-08-02 Thread James Greenhalgh
On Mon, Aug 01, 2016 at 12:12:03PM +0100, Tamar Christina wrote: > Hi all, > > This patch adds the following NEON intrinsics to the ARM Aarch64 GCC: > > * vmaxnm_f64 > * vminnm_f64 > * vmax_f64 > * vmin_f64 > > Some refactoring was done as well to remove some superfluous UNSPECS > and iterators

[PATCH] Add more Aarch64 NEON intrinsics

2016-08-01 Thread Tamar Christina
Hi all, This patch adds the following NEON intrinsics to the ARM Aarch64 GCC: * vmaxnm_f64 * vminnm_f64 * vmax_f64 * vmin_f64 Some refactoring was done as well to remove some superfluous UNSPECS and iterators that could be combined into one. 3 was removed from aarch64-simd.md because after