[pypy-commit] pypy arm-backend-2: enable floats in the ARMHF cpu

bivab noreply at buildbot.pypy.org
Mon Aug 20 17:58:47 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: arm-backend-2
Changeset: r56767:8166c5c0036a
Date: 2012-08-20 14:26 +0000
http://bitbucket.org/pypy/pypy/changeset/8166c5c0036a/

Log:	enable floats in the ARMHF cpu

diff --git a/pypy/jit/backend/arm/runner.py b/pypy/jit/backend/arm/runner.py
--- a/pypy/jit/backend/arm/runner.py
+++ b/pypy/jit/backend/arm/runner.py
@@ -164,4 +164,4 @@
 class CPU_ARMHF(AbstractARMCPU):
     """ARM v7 uses hardfp ABI, requires vfp"""
     use_hf_abi = True
-    supports_floats = False
+    supports_floats = True


More information about the pypy-commit mailing list