Author: David Schneider <david.schnei...@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
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to