From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] test: add check for AVX512F Date: Mon, 09 Oct 2017 16:40:16 +0200 Message-ID: <5282928.bOj4KybBYF@xps> References: <20170908074454.37149-1-zhiyong.yang@intel.com> <20170919022531.28083-1-zhiyong.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, bruce.richardson@intel.com To: Zhiyong Yang Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 62CC01B1B2 for ; Mon, 9 Oct 2017 16:40:18 +0200 (CEST) In-Reply-To: <20170919022531.28083-1-zhiyong.yang@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 19/09/2017 04:25, Zhiyong Yang: > The CPUs which support AVX512 have been released. Add support for > checking AVX512F instruction set. > > Signed-off-by: Zhiyong Yang > Acked-by: Bruce Richardson Applied, thanks