[pypy-commit] pypy arm-backend-2: implement support for sqrt in the ARM backend

2011-06-24 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45109:88232e7ef74c Date: 2011-06-24 17:42 +0200 http://bitbucket.org/pypy/pypy/changeset/88232e7ef74c/ Log:implement support for sqrt in the ARM backend diff --git a/pypy/jit/backend/arm/regalloc.py b/pypy/jit/backend/arm/regalloc.py

[pypy-commit] pypy arm-backend-2: implement support for sqrt in the ARM backend

2011-06-24 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r45108:8fa59bf8aa58 Date: 2011-06-24 17:41 +0200 http://bitbucket.org/pypy/pypy/changeset/8fa59bf8aa58/ Log:implement support for sqrt in the ARM backend diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/assembler.