Use posix_memalign() for pnf_p7_t creation
Some L1 functions might get a pointer to P7 structures, and use SIMD in which case the memory access needs to be aligned.
Showing
Please register or sign in to comment
Some L1 functions might get a pointer to P7 structures, and use SIMD in which case the memory access needs to be aligned.