From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal/armv7: emulate vaddvq u16 variant Date: Mon, 10 Jul 2017 09:35:41 +0200 Message-ID: <3236553.BKHpv3BQD3@xps> References: <20170707162654.4638-1-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jianbo Liu , Jan Viktorin To: Jerin Jacob Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 709E87CE2 for ; Mon, 10 Jul 2017 09:35:43 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 10/07/2017 05:34, Jianbo Liu: > On 8 July 2017 at 00:26, Jerin Jacob wrote: > > vaddvq_u16() is not available for armv7. > > Emulate the vaddvq_u16() using armv7 NEON intrinsics. > > > > Signed-off-by: Jerin Jacob > > Acked-by: Jianbo Liu Applied, thanks