Re: [AArch64][PATCH 7/7] Add NEON intrinsics vqrdmlah_lane and vqrdmlsh_lane.

2015-11-25 Thread James Greenhalgh
On Wed, Nov 25, 2015 at 10:15:45AM +, Matthew Wahab wrote: > On 23/11/15 13:37, James Greenhalgh wrote: > >On Fri, Oct 23, 2015 at 01:30:46PM +0100, Matthew Wahab wrote: > >>The ARMv8.1 architecture extension adds two Adv.SIMD instructions, > >>sqrdmlah and sqrdmlsh. This patch adds the NEON in

Re: [AArch64][PATCH 7/7] Add NEON intrinsics vqrdmlah_lane and vqrdmlsh_lane.

2015-11-25 Thread Matthew Wahab
On 23/11/15 13:37, James Greenhalgh wrote: On Fri, Oct 23, 2015 at 01:30:46PM +0100, Matthew Wahab wrote: The ARMv8.1 architecture extension adds two Adv.SIMD instructions, sqrdmlah and sqrdmlsh. This patch adds the NEON intrinsics vqrdmlah_lane and vqrdmlsh_lane for these instructions. The new

Re: [AArch64][PATCH 7/7] Add NEON intrinsics vqrdmlah_lane and vqrdmlsh_lane.

2015-11-23 Thread James Greenhalgh
On Fri, Oct 23, 2015 at 01:30:46PM +0100, Matthew Wahab wrote: > The ARMv8.1 architecture extension adds two Adv.SIMD instructions, > sqrdmlah and sqrdmlsh. This patch adds the NEON intrinsics vqrdmlah_lane > and vqrdmlsh_lane for these instructions. The new intrinsics are of the > form vqrdml{as}h

[AArch64][PATCH 7/7] Add NEON intrinsics vqrdmlah_lane and vqrdmlsh_lane.

2015-10-23 Thread Matthew Wahab
The ARMv8.1 architecture extension adds two Adv.SIMD instructions, sqrdmlah and sqrdmlsh. This patch adds the NEON intrinsics vqrdmlah_lane and vqrdmlsh_lane for these instructions. The new intrinsics are of the form vqrdml{as}h[q]_lane_. Tested the series for aarch64-none-linux-gnu with native b