[Numpy-discussion] Core math library in numpy

David Cournapeau cournape at gmail.com
Thu Feb 19 11:12:08 EST 2009


On Fri, Feb 20, 2009 at 1:05 AM, David Cournapeau <cournape at gmail.com> wrote:

>
> Another argument against the define is that in the future, we could
> load the actual implementation at runtime (SSE, etc...). If we use
> define, that's not possible.

Hm, that's actually a pretty stupid statement - we could certainly
have an ifdef to conditionally use define or not.

David



More information about the NumPy-Discussion mailing list