On Tue, Oct 20, 2020 at 04:34:46PM -0500, will schmidt wrote: > This adds support for the VSX load/store rightmost element operations. > This includes the instructions lxvrbx, lxvrhx, lxvrwx, lxvrdx, > stxvrbx, stxvrhx, stxvrwx, stxvrdx; And the builtins > vec_xl_sext() /* vector load sign extend */ > vec_xl_zext() /* vector load zero extend */ > vec_xst_trunc() /* vector store truncate */.
I think this is fine now. Thanks! Okay for trunk. Segher