Does Visual Studio C++ 2008/2010 support _mm_malloc
officially? It is defined in malloc.h
but I can't find its description in the MSDN library.
Doesn't answer your question directly, but I think you're suppose to use _aligned_malloc
. If my understanding is correct, _mm_malloc
is for Intel compilers.
_mm_malloc/_mm_free
supported in Visual Studio 2013 with using the <malloc.h>
header.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With