[pypy-commit] pypy missing-ndarray-attributes: implement byteswap for longfloat

2013-01-20 Thread mattip
Author: mattip Branch: missing-ndarray-attributes Changeset: r60252:54e9819b3e75 Date: 2013-01-20 22:44 +0200 http://bitbucket.org/pypy/pypy/changeset/54e9819b3e75/ Log:implement byteswap for longfloat diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/

[pypy-commit] pypy missing-ndarray-attributes: implement byteswap

2012-10-29 Thread fijal
Author: Maciej Fijalkowski Branch: missing-ndarray-attributes Changeset: r58578:864533f972b6 Date: 2012-10-29 12:13 +0100 http://bitbucket.org/pypy/pypy/changeset/864533f972b6/ Log:implement byteswap diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.p