[pypy-commit] pypy default: Test and fix (for 64-bit only): the nonnull() method of ConstFloat

2014-09-28 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73742:03e137fd14b3 Date: 2014-09-28 22:45 +0200 http://bitbucket.org/pypy/pypy/changeset/03e137fd14b3/ Log:Test and fix (for 64-bit only): the nonnull() method of ConstFloat and BoxFloat was implemented with self.value != 0.0,

[pypy-commit] pypy default: Test and fix on 64-bit.

2011-06-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r45176:76b06820d08b Date: 2011-06-29 11:47 +0200 http://bitbucket.org/pypy/pypy/changeset/76b06820d08b/ Log:Test and fix on 64-bit. diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py ---