From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH 0/3] fix build for default machine Date: Wed, 3 Feb 2016 19:56:36 +0100 Message-ID: <1454525799-25552-1-git-send-email-thomas.monjalon@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id C0DF095D6 for ; Wed, 3 Feb 2016 19:57:58 +0100 (CET) Received: by mail-wm0-f44.google.com with SMTP id l66so84725433wml.0 for ; Wed, 03 Feb 2016 10:57:58 -0800 (PST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" When checking build with clang and RTE_MACHINE=default, 3 errors appeared. Thomas Monjalon (3): eal/x86: fix build with clang for old AVX examples/l3fwd: fix build without SSE4.1 examples/ip_pipeline: fix build for x86_64 without SSE4.2 examples/ip_pipeline/pipeline/hash_func.h | 2 +- examples/l3fwd/main.c | 3 ++- lib/librte_eal/common/include/arch/x86/rte_memcpy.h | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) -- 2.7.0