Author: Armin Rigo <[email protected]>
Branch:
Changeset: r73235:05af3fb5fc08
Date: 2014-08-31 17:27 +0200
http://bitbucket.org/pypy/pypy/changeset/05af3fb5fc08/
Log: longlong support in arm is mostly there, but incomplete so far
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
@@ -20,7 +20,7 @@
IS_64_BIT = False
supports_floats = True
- supports_longlong = True
+ supports_longlong = False # incomplete, notably in callbuilder.py
supports_singlefloats = True
from rpython.jit.backend.arm.arch import JITFRAME_FIXED_SIZE
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit