[pypy-commit] pypy ppc-vsx-support: document branches

plan_rich pypy.commits at gmail.com
Mon Sep 19 03:15:16 EDT 2016


Author: Richard Plangger <planrichi at gmail.com>
Branch: ppc-vsx-support
Changeset: r87219:b5e36e08c898
Date: 2016-09-19 09:14 +0200
http://bitbucket.org/pypy/pypy/changeset/b5e36e08c898/

Log:	document branches

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -16,3 +16,11 @@
 Improve merging of virtual states in the JIT in order to avoid jumping to the
 preamble. Accomplished by allocating virtual objects where non-virtuals are
 expected.
+
+.. branch: zarch-simd-support
+
+s390x implementation for vector operations used in VecOpt
+
+.. branch: ppc-vsx-support
+
+PowerPC implementation for vector operations used in VecOpt


More information about the pypy-commit mailing list