Re: [AArch64][5/14] ARMv8.2-A FP16 lane vector intrinsics

2016-07-25 Thread James Greenhalgh
On Thu, Jul 07, 2016 at 05:16:28PM +0100, Jiong Wang wrote: > This patch add ARMv8.2-A FP16 lane vector intrinsics. > > Lane intrinsics are generally derivatives of multiply intrinsics, > including multiply accumulate. All necessary backend support for them > are there already except fmulx, the i

[AArch64][5/14] ARMv8.2-A FP16 lane vector intrinsics

2016-07-07 Thread Jiong Wang
This patch add ARMv8.2-A FP16 lane vector intrinsics. Lane intrinsics are generally derivatives of multiply intrinsics, including multiply accumulate. All necessary backend support for them are there already except fmulx, the implementions are largely a combination of existed multiply intrinsics