Re: [AArch64] Wire up vqdmullh_laneq_s16 and vqdmullh_laneq_s32

2014-09-30 Thread Marcus Shawcroft
On 24 September 2014 16:06, James Greenhalgh wrote: > > Hi, > > As per the subject line this patch adds support for two arm_neon.h > intrinsics that we had missed. > > We also need to fix the signature of vqdmulls_lane_s32, which is an > obvious extension to this patch while we are in the area. >

[AArch64] Wire up vqdmullh_laneq_s16 and vqdmullh_laneq_s32

2014-09-24 Thread James Greenhalgh
Hi, As per the subject line this patch adds support for two arm_neon.h intrinsics that we had missed. We also need to fix the signature of vqdmulls_lane_s32, which is an obvious extension to this patch while we are in the area. Tested for simd.exp and aarch64.exp with no issues. OK? Thanks, J