[pypy-commit] pypy jitframe-on-heap: disable singlefloat on ARMHF

bivab noreply at buildbot.pypy.org
Mon Mar 11 16:55:41 CET 2013


Author: David Schneider <david.schneider at picle.org>
Branch: jitframe-on-heap
Changeset: r62291:0af8d7b9a125
Date: 2013-03-11 17:54 +0200
http://bitbucket.org/pypy/pypy/changeset/0af8d7b9a125/

Log:	disable singlefloat on ARMHF

diff --git a/rpython/jit/backend/arm/runner.py b/rpython/jit/backend/arm/runner.py
--- a/rpython/jit/backend/arm/runner.py
+++ b/rpython/jit/backend/arm/runner.py
@@ -114,3 +114,4 @@
     """ARM v7 uses hardfp ABI, requires vfp"""
     use_hf_abi = True
     supports_floats = False
+    supports_singlefloats = False


More information about the pypy-commit mailing list