eal/x86: move header file for vector instructions
[dpdk.git] / lib / librte_eal / common / include / arch / x86 / rte_memcpy.h
index ac72069..6a57426 100644 (file)
@@ -43,7 +43,7 @@
 #include <stdio.h>
 #include <stdint.h>
 #include <string.h>
-#include <x86intrin.h>
+#include <rte_vect.h>
 
 #ifdef __cplusplus
 extern "C" {