Re: [AArch64][8/14] ARMv8.2-A FP16 two operands scalar intrinsics

2016-07-25 Thread James Greenhalgh
On Wed, Jul 20, 2016 at 06:00:58PM +0100, Jiong Wang wrote: > On 07/07/16 17:17, Jiong Wang wrote: > >This patch add ARMv8.2-A FP16 two operands scalar intrinsics. > > The updated patch resolve the conflict with > >https://gcc.gnu.org/ml/gcc-patches/2016-06/msg00309.html > > The change is

Re: [AArch64][8/14] ARMv8.2-A FP16 two operands scalar intrinsics

2016-07-20 Thread Jiong Wang
On 07/07/16 17:17, Jiong Wang wrote: This patch add ARMv8.2-A FP16 two operands scalar intrinsics. The updated patch resolve the conflict with https://gcc.gnu.org/ml/gcc-patches/2016-06/msg00309.html The change is to let aarch64_emit_approx_div return false for HFmode. gcc/ 2016-07-20

[AArch64][8/14] ARMv8.2-A FP16 two operands scalar intrinsics

2016-07-07 Thread Jiong Wang
kewise. (vrecpsh_f16): Likewise. (vrsqrtsh_f16): Likewise. >From 59446f3e1ce914b1102320e0d81654f211fad07d Mon Sep 17 00:00:00 2001 From: Jiong Wang <jiong.w...@arm.com> Date: Thu, 9 Jun 2016 11:02:39 +0100 Subject: [PATCH 08/14] [8/14] ARMv8.2 FP16 two operands scalar intrinsics --- gcc