On Tue, Jun 9, 2015 at 3:26 PM, Michael Meissner <meiss...@linux.vnet.ibm.com> wrote: > On Tue, Jun 09, 2015 at 02:17:19PM -0500, Segher Boessenkool wrote: >> On Tue, Jun 09, 2015 at 02:00:48PM -0400, Michael Meissner wrote: >> > +asm ("xvadddp %x0,%x1,%x2" "=wa" (v1) : "wa" (v2), "wa" (v3)); >> >> A colon went missing? ^^^ > > Yes, I will correct it when I check it in. Thanks.
Mike, VSX registers are a superset of Altivec registers, so the statement about an Altivec register used where a VSX register is expected is a little confusing. How about: Otherwise the register number output in the assembly file will be incorrect if an Altivec register is an operand of a VSX instruction that expects VSX register numbering. Thanks, David