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:
parent
4a9a307a99
commit
dcc5cdf5df
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user