Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: 
Changeset: r58580:4acbbf8a634b
Date: 2012-10-29 12:19 +0100
http://bitbucket.org/pypy/pypy/changeset/4acbbf8a634b/

Log:    calc_strides too

diff --git a/pypy/module/micronumpy/support.py 
b/pypy/module/micronumpy/support.py
--- a/pypy/module/micronumpy/support.py
+++ b/pypy/module/micronumpy/support.py
@@ -8,6 +8,7 @@
         i *= x
     return i
 
+@jit.unroll_safe
 def calc_strides(shape, dtype, order):
     strides = []
     backstrides = []
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to