CNDP
22.08.0
|
#include <cne_vect.h>
Go to the source code of this file.
Macros | |
#define | vect_loadu_sil128(p) _mm_loadu_si128(p) |
#define | vect_set_epi32(i3, i2, i1, i0) _mm_set_epi32(i3, i2, i1, i0) |
This header defines a few AVX support routines
Definition in file cne_xmmt_ops.h.
#define vect_loadu_sil128 | ( | p | ) | _mm_loadu_si128(p) |
loads the xmm_t value from address p(does not need to be 16-byte aligned)
Definition at line 19 of file cne_xmmt_ops.h.
#define vect_set_epi32 | ( | i3, | |
i2, | |||
i1, | |||
i0 | |||
) | _mm_set_epi32(i3, i2, i1, i0) |
sets the 4 signed 32-bit integer values and returns the xmm_t variable
Definition at line 22 of file cne_xmmt_ops.h.