]> git.droids-corp.org - dpdk.git/commitdiff
sched: remove unused inclusion of intrinsics
authorJerin Jacob <jerin.jacob@caviumnetworks.com>
Sun, 30 Aug 2015 08:55:20 +0000 (14:25 +0530)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 8 Sep 2015 06:39:07 +0000 (08:39 +0200)
SSSE3 intrinsics not used in rte_bitmap.h

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
lib/librte_sched/rte_bitmap.h

index 216a344a0a3dde2919e482c2c39b8968eed92f4c..3d911e42b83c21263251ba315f266e446b01de88 100644 (file)
@@ -73,9 +73,6 @@ extern "C" {
 #ifndef RTE_BITMAP_OPTIMIZATIONS
 #define RTE_BITMAP_OPTIMIZATIONS                        1
 #endif
-#if RTE_BITMAP_OPTIMIZATIONS
-#include <tmmintrin.h>
-#endif
 
 /* Slab */
 #define RTE_BITMAP_SLAB_BIT_SIZE                 64