eal: fix MCS lock and ticketlock headers install
[dpdk.git] / lib / librte_eal / ppc / include / rte_vect.h
index 1d6c29b..c1f0b06 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef _RTE_VECT_PPC_64_H_
 #define _RTE_VECT_PPC_64_H_
 
-#include <altivec.h>
+#include "rte_altivec.h"
 
 #include "generic/rte_vect.h"
 #include "rte_common.h"
@@ -15,6 +15,8 @@
 extern "C" {
 #endif
 
+#define RTE_VECT_DEFAULT_SIMD_BITWIDTH RTE_VECT_SIMD_256
+
 typedef vector signed int xmm_t;
 
 #define        XMM_SIZE        (sizeof(xmm_t))