[dpdk-dev] [PATCH v3 06/14] eal: arm: ret_vector.h improvements

2015-11-18 Thread Thomas Monjalon
2015-11-06 15:10, Jerin Jacob: > added the definition of rte_xmm and xmm_t for acl noen implementation. > removed the emulated _mm_* functions 2 nits: - noen -> neon - this kind of change deserves more explanations > +#include "arm_neon.h" I think it should be It won't block the merge of this

[dpdk-dev] [PATCH v3 06/14] eal: arm: ret_vector.h improvements

2015-11-06 Thread Jerin Jacob
added the definition of rte_xmm and xmm_t for acl noen implementation. removed the emulated _mm_* functions Signed-off-by: Jerin Jacob --- lib/librte_eal/common/include/arch/arm/rte_vect.h | 54 +++ 1 file changed, 15 insertions(+), 39 deletions(-) diff --git a/lib/librte_ea