Someone can confirm that in the GDC trunk the XMM registers are not
parsed correctly? All worked well under 0.23.
...
asm {
...
mov EAX, 0;
movups XMM1, [EAX];
...
}
...
utils.d:210: error: unknown register name 'xmm1' in 'asm'
Thanks, Paolo.