From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Sowka Subject: [PATCH] fix build on Atom without SSE4 support Date: Sat, 5 Dec 2015 00:00:55 -0500 Message-ID: <1449291656-4900-1-git-send-email-msowka@gmail.com> Cc: Mike Sowka To: dev@dpdk.org Return-path: Received: from mail-qg0-f48.google.com (mail-qg0-f48.google.com [209.85.192.48]) by dpdk.org (Postfix) with ESMTP id A874191B7 for ; Sat, 5 Dec 2015 06:01:08 +0100 (CET) Received: by qgec40 with SMTP id c40so106356136qge.2 for ; Fri, 04 Dec 2015 21:01:08 -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" I'm buiding dpdk on an N2600 Cedarview Atom, using gcc 4.9.2 on Fedora 21. At least one instruction in the optimized version of rte_sched::grinder_pipe_exists (_mm_testz_si128) requires SSE4. Mike Sowka (1): sched: fix build on Atom without SSE4 support lib/librte_sched/rte_sched.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- 2.1.0