From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: [PATCH 1/3] sched: remove unused inclusion of tmmintrin.h Date: Tue, 18 Aug 2015 18:10:03 +0530 Message-ID: <1439901605-31164-2-git-send-email-jerin.jacob@caviumnetworks.com> References: <1439901605-31164-1-git-send-email-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain To: Return-path: Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1bon0086.outbound.protection.outlook.com [157.56.111.86]) by dpdk.org (Postfix) with ESMTP id 33D778E76 for ; Tue, 18 Aug 2015 14:41:29 +0200 (CEST) In-Reply-To: <1439901605-31164-1-git-send-email-jerin.jacob@caviumnetworks.com> 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" SSSE3 intrinsics not used in rte_bitmap.h Signed-off-by: Jerin Jacob --- lib/librte_sched/rte_bitmap.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/librte_sched/rte_bitmap.h b/lib/librte_sched/rte_bitmap.h index 216a344..3d911e4 100644 --- a/lib/librte_sched/rte_bitmap.h +++ b/lib/librte_sched/rte_bitmap.h @@ -73,9 +73,6 @@ extern "C" { #ifndef RTE_BITMAP_OPTIMIZATIONS #define RTE_BITMAP_OPTIMIZATIONS 1 #endif -#if RTE_BITMAP_OPTIMIZATIONS -#include -#endif /* Slab */ #define RTE_BITMAP_SLAB_BIT_SIZE 64 -- 2.1.0