8 lines
333 B
NASM
8 lines
333 B
NASM
-- the VE_ADD instruction is now not necessary/deleted:
|
|
-- temp[0].xy = VE_ADD const[1].xy__ const[1].00__ ;
|
|
|
|
-- const addresses and swizzles changed:
|
|
temp[0].xy = VE_MAD const[0].xy__ const[0].zz__ const[0].ww__ ;
|
|
temp[0].xy = VE_FRC temp[0].xy__ ;
|
|
temp[0].xy = VE_MAD temp[0].xy__ const[1].xx__ const[1].yy__ ;
|