sched: remove unused inclusion of intrinsics

SSSE3 intrinsics not used in rte_bitmap.h

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
This commit is contained in:
Jerin Jacob 2015-08-30 14:25:20 +05:30 committed by Thomas Monjalon
parent 4a9a307a99
commit dcc5cdf5df

View File

@ -73,9 +73,6 @@ extern "C" {
#ifndef RTE_BITMAP_OPTIMIZATIONS #ifndef RTE_BITMAP_OPTIMIZATIONS
#define RTE_BITMAP_OPTIMIZATIONS 1 #define RTE_BITMAP_OPTIMIZATIONS 1
#endif #endif
#if RTE_BITMAP_OPTIMIZATIONS
#include <tmmintrin.h>
#endif
/* Slab */ /* Slab */
#define RTE_BITMAP_SLAB_BIT_SIZE 64 #define RTE_BITMAP_SLAB_BIT_SIZE 64