FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
static void | clib_mov16 (u8 *dst, const u8 *src) |
static void | clib_mov32 (u8 *dst, const u8 *src) |
static void | clib_mov64 (u8 *dst, const u8 *src) |
static void | clib_mov128 (u8 *dst, const u8 *src) |
static void | clib_mov128blocks (u8 *dst, const u8 *src, size_t n) |
static void * | clib_memcpy (void *dst, const void *src, size_t n) |
|
inlinestatic |
Copy less than 16 bytes
Fast way when copy size doesn't exceed 512 bytes
Make store aligned when copy size exceeds 256 bytes
Copy 128-byte blocks.
Copy whatever left
Definition at line 112 of file memcpy_avx2.h.
Definition at line 80 of file memcpy_avx2.h.
Definition at line 73 of file memcpy_avx2.h.