Skip to content
Snippets Groups Projects
Commit f5505f8c authored by Richard Plangger's avatar Richard Plangger
Browse files

x86 on one line, regenerated source

parent 53b0a434
No related branches found
No related tags found
No related merge requests found
......@@ -80,9 +80,8 @@
<a class="reference external" href="compat.html">compatibility</a> page.</p>
<p>The following CPU architectures are supported and maintained:</p>
<ul class="simple">
<li><a class="reference external" href="http://en.wikipedia.org/wiki/IA-32">x86 (IA-32)</a></li>
<li><a class="reference external" href="http://en.wikipedia.org/wiki/X86_64">x86_64</a></li>
<li><a class="reference external" href="http://en.wikipedia.org/wiki/ARM">ARM</a> platforms</li>
<li><a class="reference external" href="http://en.wikipedia.org/wiki/IA-32">x86 (IA-32)</a> and <a class="reference external" href="http://en.wikipedia.org/wiki/X86_64">x86_64</a></li>
<li><a class="reference external" href="http://en.wikipedia.org/wiki/ARM">ARM</a> platforms (ARMv6 or ARMv7, with VFPv3)</li>
<li><a class="reference external" href="https://de.wikipedia.org/wiki/PowerPC">PowerPC</a> 64bit both little and big endian</li>
<li><a class="reference external" href="https://de.wikipedia.org/wiki/System/390">System Z (s390x)</a></li>
</ul>
......@@ -86,7 +85,8 @@
<li><a class="reference external" href="https://de.wikipedia.org/wiki/PowerPC">PowerPC</a> 64bit both little and big endian</li>
<li><a class="reference external" href="https://de.wikipedia.org/wiki/System/390">System Z (s390x)</a></li>
</ul>
<p>The x86 runs on several platforms such as Linux, MacOS X, Windows, FreeBSD. All others are only supported on Linux.</p>
<p>PyPy's x86 version runs on several operating systems such on Linux 32/64, Mac OS X 64, Windows, OpenBSD, freebsd.
All others are only supported on Linux.</p>
<p>If you are interested in helping to move forward, see our <a class="reference external" href="howtohelp.html">howtohelp</a> page.</p>
<p>We also have a beta release of <strong>PyPy3</strong> which implements <strong>Python 3.2.5</strong>.
It runs on the same platforms as above.</p>
......
......@@ -19,8 +19,7 @@
The following CPU architectures are supported and maintained:
* `x86 (IA-32)`_
* `x86_64`_
* `x86 (IA-32)`_ and `x86_64`_
* `ARM`_ platforms (ARMv6 or ARMv7, with VFPv3)
* `PowerPC`_ 64bit both little and big endian
* `System Z (s390x)`_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment