Fix issue #53, Error in types for vec_bperm.

Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
master
Bill Schmidt 8 years ago
parent 24444d68cb
commit 5b58660927

@ -1105,7 +1105,8 @@ xml:id="dbdoclet.50655245_pgfId-1138128">
doubleword element in the specified order, zeroing other doubleword element in the specified order, zeroing other
bits.</para> bits.</para>
<para>Result value:</para> <para>Result value:</para>
<para revisionflag="added">When the type of ARG1 is vector unsigned __int128:</para> <para revisionflag="added">When the type of ARG1 is vector
unsigned char or vector unsigned __int128:</para>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para>For each i (0 ≤ i &lt; 16), let bit index j denote the <para>For each i (0 ≤ i &lt; 16), let bit index j denote the
@ -1123,7 +1124,7 @@ xml:id="dbdoclet.50655245_pgfId-1138128">
<para>All other bits are zeroed.</para> <para>All other bits are zeroed.</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
<para revisionflag="added">When the type of ARG1 is vector unsigned char or vector <para revisionflag="added">When the type of ARG1 is vector
unsigned long long:</para> unsigned long long:</para>
<itemizedlist revisionflag="added"> <itemizedlist revisionflag="added">
<listitem> <listitem>
@ -1152,7 +1153,7 @@ xml:id="dbdoclet.50655245_pgfId-1138128">
</itemizedlist> </itemizedlist>
</entry> </entry>
</row> </row>
<row revisionflag="added"> <row>
<entry> <entry>
<para></para> <para></para>
</entry> </entry>
@ -1161,7 +1162,7 @@ xml:id="dbdoclet.50655245_pgfId-1138128">
vector unsigned char);</para> vector unsigned char);</para>
</entry> </entry>
</row> </row>
<row> <row revisionflag="added">
<entry> <entry>
<para> </para> <para> </para>
</entry> </entry>

Loading…
Cancel
Save