Last Updated: February 25, 2016
·
379
· mobius

Cross product is just a MUL+MAD

R2=R0xR1

MUL R2, R0.zxyw, R1.yzxw;
MAD R2, R0.yzxw, R1.zxyw, -R2;