18#include <rte_compat.h>
27typedef uint8_t
rte_v64u8_t __attribute__((vector_size(8), aligned(8)));
34typedef uint16_t
rte_v64u16_t __attribute__((vector_size(8), aligned(8)));
41typedef uint32_t
rte_v64u32_t __attribute__((vector_size(8), aligned(8)));
49typedef uint8_t
rte_v128u8_t __attribute__((vector_size(16), aligned(16)));
56typedef uint16_t
rte_v128u16_t __attribute__((vector_size(16), aligned(16)));
63typedef uint32_t
rte_v128u32_t __attribute__((vector_size(16), aligned(16)));
70typedef uint64_t
rte_v128u64_t __attribute__((vector_size(16), aligned(16)));
80typedef uint8_t
rte_v256u8_t __attribute__((vector_size(32), aligned(32)));
88typedef uint16_t
rte_v256u16_t __attribute__((vector_size(32), aligned(32)));
95typedef uint32_t
rte_v256u32_t __attribute__((vector_size(32), aligned(32)));
102typedef uint64_t
rte_v256u64_t __attribute__((vector_size(32), aligned(32)));
112typedef int8_t
rte_v64s8_t __attribute__((vector_size(8), aligned(8)));
119typedef int16_t
rte_v64s16_t __attribute__((vector_size(8), aligned(8)));
126typedef int32_t
rte_v64s32_t __attribute__((vector_size(8), aligned(8)));
134typedef int8_t
rte_v128s8_t __attribute__((vector_size(16), aligned(16)));
165typedef int8_t
rte_v256s8_t __attribute__((vector_size(32), aligned(32)));
__rte_experimental int rte_vect_set_max_simd_bitwidth(uint16_t bitwidth)
__rte_experimental uint16_t rte_vect_get_max_simd_bitwidth(void)