rs6000: Clean up ISA 3.1 documentation [PR100808]
commit8cb748a31cd8c7ac9c88b6abc38ce077dd462a7a
authorBill Schmidt <wschmidt@linux.ibm.com>
Fri, 4 Feb 2022 19:26:44 +0000 (4 13:26 -0600)
committerBill Schmidt <wschmidt@linux.ibm.com>
Fri, 4 Feb 2022 19:32:11 +0000 (4 13:32 -0600)
treebea5642ff048c7c6943dc442954f249ad601f114
parent8d6fffc4bcd4afa0beb0efad4f3b95394aa15618
rs6000: Clean up ISA 3.1 documentation [PR100808]

Due to a pasto error in the documentation, vec_replace_unaligned was
implemented with the same function prototypes as vec_replace_elt.  It was
intended that vec_replace_unaligned always specify output vectors as having
type vector unsigned char, to emphasize that elements are potentially
misaligned by this built-in function.  This patch corrects the
misimplementation.

2022-02-04  Bill Schmidt  <wschmidt@linux.ibm.com>

gcc/
PR target/100808
* doc/extend.texi (Basic PowerPC Built-in Functions Available on ISA
3.1): Provide consistent type names.  Remove unnecessary semicolons.
Fix bad line breaks.
gcc/doc/extend.texi