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 216a344..3d911e4 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