[pypy-commit] pypy vecopt: all but 2 vectoriztion tests passing again. the scheduling that prefers pure operations messes up these test cases

2015-07-28 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt Changeset: r78696:08d59f3ff88c Date: 2015-07-28 18:45 +0200 http://bitbucket.org/pypy/pypy/changeset/08d59f3ff88c/ Log:all but 2 vectoriztion tests passing again. the scheduling that prefers pure operations messes up these test

[pypy-commit] pypy vecopt: restricted the test environment, loop versioning only works resumedescr (not basicfaildescr)

2015-07-28 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt Changeset: r78695:fce17b8ec26a Date: 2015-07-28 17:02 +0200 http://bitbucket.org/pypy/pypy/changeset/fce17b8ec26a/ Log:restricted the test environment, loop versioning only works resumedescr (not basicfaildescr) rawstart is now

[pypy-commit] pypy ufunc-reduce: Refactor do_axis_reduce() so that it takes the axis_flags list instead of a single axis

2015-07-28 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: ufunc-reduce Changeset: r78697:77850d7d684c Date: 2015-07-28 18:37 +0100 http://bitbucket.org/pypy/pypy/changeset/77850d7d684c/ Log:Refactor do_axis_reduce() so that it takes the axis_flags list instead of a single axis diff --git

[pypy-commit] pypy ufunc-reduce: Support multiple axes in ufunc.reduce()

2015-07-28 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: ufunc-reduce Changeset: r78699:cfb5865ce1e9 Date: 2015-07-28 19:19 +0100 http://bitbucket.org/pypy/pypy/changeset/cfb5865ce1e9/ Log:Support multiple axes in ufunc.reduce() diff --git a/pypy/module/micronumpy/test/test_ufuncs.py

[pypy-commit] pypy vecopt: stripping sse4 of the model returned from host platform in the test to pass it (c compiler will never append sse4)

2015-07-28 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt Changeset: r78698:152353977ab7 Date: 2015-07-28 20:29 +0200 http://bitbucket.org/pypy/pypy/changeset/152353977ab7/ Log:stripping sse4 of the model returned from host platform in the test to pass it (c compiler will never append