[SciPy-User] [SciPy-Dev] [Numpy-discussion] ANN: Scipy 0.15.0 beta 1 release

Sturla Molden sturla.molden at gmail.com
Tue Nov 25 18:07:43 EST 2014


Sturla Molden <sturla.molden at gmail.com> wrote:

> Couldn't we just ask npy_malloc to use an aligned allocator? It would just
> be a tiny PR.

Sorry I meant PyArray_malloc.

If we use an aligned malloc on top of PyMem_Malloc it would just be a
change of the PyArray_malloc definition in ndarraytypes.h to a slightly
more complicated macro.

Sturla




More information about the SciPy-User mailing list