I am new working with new Intel instructions, so until now I just had been working with static memory, so I have a declaration as:
__m128i pResult[10];
But now I am wondering if it is possible to allocate the memory in a dynamic way, as using malloc
or calloc
but for this new instructions.