Re: [AArch64][1/14] ARMv8.2-A FP16 data processing intrinsics

2016-07-08 Thread James Greenhalgh
On Thu, Jul 07, 2016 at 05:13:56PM +0100, Jiong Wang wrote: > Several data-processing instructions are agnostic to the type of their > operands. This patch add the mapping between them and those bit- and > lane-manipulation instructions. > > No ARMv8.2-A FP16 extension hardware support is required

[AArch64][1/14] ARMv8.2-A FP16 data processing intrinsics

2016-07-07 Thread Jiong Wang
Several data-processing instructions are agnostic to the type of their operands. This patch add the mapping between them and those bit- and lane-manipulation instructions. No ARMv8.2-A FP16 extension hardware support is required for these intrinsics. gcc/ 2016-07-07 Jiong Wang * confi