On Wed, Oct 16, 2013 at 3:00 PM, Michael Meissner <meiss...@linux.vnet.ibm.com> wrote: > On Mon, Oct 14, 2013 at 08:59:50PM -0400, David Edelsohn wrote: >> Please use "VMX" instead of "AV", not because I am pedantic about >> IBM's name for the feature, but "AV" is meaningless to me and anyone >> else reading the code. If you need a three-letter name, use "VMX". >> >> Okay with that change. > > I can change it to VMX, but VMX is not referenced very much in the port. For > better or worse, Altivec is used everywhere. So I think I will just spell it > out. > > I had used _av previously in rs6000_output_move_128bit. Did you want me to > clean up those places as well?
Yes, please remove uses of "av" because I really don't think that it is meaningful or informative to someone reading the source code. If you change that use to "_vmx", then VMX will be used more in the code. I'm not going to insist on VMX, but it never will be used more in the code if we always avoid using it. Thanks, David