Re: [PATCH] rs6000: Add 'd' for doubleword variant of vector insert

2020-09-23 Thread Segher Boessenkool
On Wed, Sep 23, 2020 at 11:59:26AM -0500, Paul A. Clarke wrote: > When the "Vector Insert" section was added to the documentation, > the doubleword ('d') variant was omitted. Add it. > > 2020-09-23 Paul A. Clarke > > gcc/ > * doc/extend.texi: Add 'd' for doubleword variant of > ve

[PATCH] rs6000: Add 'd' for doubleword variant of vector insert

2020-09-23 Thread Paul A. Clarke via Gcc-patches
When the "Vector Insert" section was added to the documentation, the doubleword ('d') variant was omitted. Add it. 2020-09-23 Paul A. Clarke gcc/ * doc/extend.texi: Add 'd' for doubleword variant of vector insert instruction. --- gcc/doc/extend.texi | 8 1 file chang