[Numpy-discussion] where does numpy get its pow function?

Charles R Harris charlesr.harris at gmail.com
Tue Sep 29 13:53:46 EDT 2009


On Tue, Sep 29, 2009 at 11:01 AM, Chris Colbert <sccolbert at gmail.com> wrote:

> are there any particular optimization flags issued when building numpy
> aside from the following?
>
>  -fwrapv -O2
>
>
Numpy optimizes small integer powers  using multiplication. What sort of
numbers are you looking at?

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20090929/0be217c1/attachment.html>


More information about the NumPy-Discussion mailing list