From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal/arm64: fix instrinsic for ARM64 NEON with GCC < 4.9 Date: Wed, 31 Jan 2018 12:21:29 +0100 Message-ID: <3908590.n7FqiulVkH@xps> References: <20180131000708.32562-1-yskoh@mellanox.com> <20180131054240.GA11264@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jerin Jacob , jianbo.liu@arm.com, stable@dpdk.org To: Yongseok Koh Return-path: In-Reply-To: <20180131054240.GA11264@jerin> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > vceqzq_u32() is being used by mlx5 PMD but added since gcc 4.9. > > > > Fixes: 570acdb1da8a ("net/mlx5: add vectorized Rx/Tx burst for ARM") > > Cc: stable@dpdk.org > > > > Signed-off-by: Yongseok Koh > > Acked-by: Jerin Jacob Applied, thanks