vppinfra: clib_memcpy_u32() utilizing SIMD mask loads/stores
[vpp.git] / src / vppinfra / string.h
index 76d345e..5d01e48 100644 (file)
@@ -99,6 +99,8 @@ clib_memcpy_fast (void *restrict dst, const void *restrict src, size_t n)
 
 #undef clib_memcpy_fast_arch
 
+#include <vppinfra/memcpy.h>
+
 /* c-11 string manipulation variants */
 
 #ifndef EOK