From: Cary R. <cy...@ya...> - 2008-01-13 03:31:24
|
--- Anthony J Bybell <net...@nc...> wrote: > It's been a while since I've read that vvp opcodes doc, however note the > following cut and paste typos in opcodes.txt: > > | * %xor <dst>, <src>, <wid> > | > | This does a bitwise exclusive or (^) of the <src> and <dst> vector, > | and leaves the result in the <dst> vector. xor is this: > | > | 0 xnor 0 --> 0 > | 0 xnor 1 --> 1 > | 1 xnor 0 --> 1 > | 1 xnor 1 --> 0 > | otherwise x Since I was already editing opcodes.txt I fixed these in a patch I am submitting now. Cary ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ |