Author: Richard Plangger <r...@pasra.at> Branch: vecopt-merge Changeset: r79125:754c30aac049 Date: 2015-08-21 19:27 +0200 http://bitbucket.org/pypy/pypy/changeset/754c30aac049/
Log: updated command line vec parameter diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py b/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py --- a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py +++ b/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py @@ -47,8 +47,8 @@ return c.sum() """.format(op=op, adtype=adtype, bdtype=bdtype, count=count, a=a, b=b) exec py.code.Source(source).compile() - vlog = self.run(main, [], vectorize=1) - log = self.run(main, [], vectorize=0) + vlog = self.run(main, [], vec=1) + log = self.run(main, [], vec=0) assert log.result == vlog.result assert log.result == result _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit