AI Engine Intrinsics User Guide
(AIE) r2p23
|
Addressing mode intrinsics.
Modules | |
Cyclic Addressing | |
FFT Addressing | |
Functions | |
template<class T > | |
T * | byte_incr (T *p, int i) |
Increments input pointer by a number of bytes. | |
Initialization functions for scalars | |
mod_t | undef_mod () |
umod_t | undef_umod () |
unsigned int | undef_uint () |
float | undef_float () |
T* byte_incr | ( | T * | p, |
int | i | ||
) |
Increments input pointer by a number of bytes.
p | Input pointer. |
i | The amount of bytes to increment by. |
Returns input pointer p incremented by i.
float undef_float | ( | ) |
mod_t undef_mod | ( | ) |
unsigned int undef_uint | ( | ) |
umod_t undef_umod | ( | ) |