[comment on endian weirdness in my notes peter@cordes.ca**20080315053919] { hunk ./rshift.asm 102 +C note: %6 = limb0, limb1 means the _high_ quad of %xmm6 = limb1. Intel is little-endian, so this is a bit bogus. It actually matters if you use psrldq or something. }