mbox series

[0/6,ver,3] ] Permute Class Operations

Message ID 43dd429fd296cda7f148383becf88cb20da92d46.camel@us.ibm.com
Headers show
Series ] Permute Class Operations | expand

Message

Carl Love June 18, 2020, 10:19 p.m. UTC
Version 3.  Updated the patches based on the comments from Will.  The
changes were primarily formatting and cleaning up comments and the
documentation.  

-----------------------------

Version 2.  The patches in this series have been updated per the
comments from Segher.  I have put at the top of each patch a short
summary of the version 2 changes.  Hopefully the summaries will make
the re-review easier and faster.  Most of the changes were ChangeLog
fixes with a few functional changes.
--------------------------------------

Based on previous IBM internal reviews of the patch set, the desire is
for all of the vector insert and extract support to be in vsx.md as
there is a longer term plan to re-work this support for PPC.

The first patch moves the existing extract support in altivec.md to
vsx.md.

The subsequent patches add additional vector insert and vector
replace builtin support.

Additionally, the documentation for the existing vector extract
builtins has been updated to match the latest documentation and builtin
names in the code. Specifically, the builtin name vec_extractr has been
changed to vec_extracth.  The description of the two builtins has been
changed to match the latest description of the builtins with a few
minor edits to address typos in the descriptions.

                      Carl Love