From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: define generic vector types Date: Wed, 04 Jan 2017 21:34:35 +0100 Message-ID: <2103362.CnQiCgDrY3@xps13> References: <3ce1da9662dcf59950f43643c14cc14e972f0429.1479309557.git.nelio.laranjeiro@6wind.com> <000301d24a18$5aedf360$10c9da20$@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Chao Zhu , dev@dpdk.org, 'Jianbo Liu' , 'Jerin Jacob' , 'Zhigang Lu' , 'Liming Sun' , 'Bruce Richardson' , 'Konstantin Ananyev' , 'Adrien Mazarguil' To: 'Nelio Laranjeiro' Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id BF2512C01 for ; Wed, 4 Jan 2017 21:34:37 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id t79so466575403wmt.0 for ; Wed, 04 Jan 2017 12:34:37 -0800 (PST) In-Reply-To: <000301d24a18$5aedf360$10c9da20$@linux.vnet.ibm.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" > > Add common vector type definitions to all CPU architectures. > > > > Signed-off-by: Nelio Laranjeiro > > Acked-by: Chao Zhu < chaozhu@linux.vnet.ibm.com> Applied, thanks It is a first important step to use vector instructions with generic C code when possible.