add note
This commit is contained in:
@@ -77,6 +77,8 @@ memory::acquire(const uword n_elem)
|
||||
}
|
||||
#elif defined(_MSC_VER)
|
||||
{
|
||||
// Windoze is too primitive to handle C++17 std::aligned_alloc()
|
||||
|
||||
//out_memptr = (eT *) malloc(sizeof(eT)*n_elem);
|
||||
//out_memptr = (eT *) _aligned_malloc( sizeof(eT)*n_elem, 16 ); // lives in malloc.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user