Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r635:43812543cae6 Date: 2015-09-14 12:41 +0200 http://bitbucket.org/pypy/pypy.org/changeset/43812543cae6/
Log: Say that the non-sse2 version might work but is untested. diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -161,8 +161,8 @@ <a class="reference external" href="http://cobra.cs.uni-duesseldorf.de/~buildmaster/mirror/">mirror</a>, but please use only if you have troubles accessing the links above</li> </ul> <p>If your CPU is really, really old, it may be a x86-32 without SSE2. -We could at some point make a PyPy with a JIT without SSE2 –ask us -on IRC if you really want to know more– but note that your machine +There is untested support for manually translating PyPy's JIT without +SSE2 (<tt class="docutils literal"><span class="pre">--jit-backend=x86-without-sse2</span></tt>) but note that your machine is probably low-spec enough that running CPython on it is a better idea in the first place.</p> <p><tt class="docutils literal">[1]:</tt> stating it again: the Linux binaries are provided for the diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -132,8 +132,8 @@ .. __: https://bitbucket.org/pypy/pypy/downloads If your CPU is really, really old, it may be a x86-32 without SSE2. -We could at some point make a PyPy with a JIT without SSE2 ---ask us -on IRC if you really want to know more--- but note that your machine +There is untested support for manually translating PyPy's JIT without +SSE2 (``--jit-backend=x86-without-sse2``) but note that your machine is probably low-spec enough that running CPython on it is a better idea in the first place. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
