Data Alignment
Intel IPP is built using the compiler option
/Zp16
, which aligns the
structure fields on the field size or 16 bytes if the size is greater than 16.
You can also use the
ippsMalloc
function to
align the allocated memory pointer on 64 bytes.