D.gnu - Bug?
- Paolo Invernizzi (12/12) Aug 21 2007 Someone can confirm that in the GDC trunk the XMM registers are not
- Downs (12/27) Aug 21 2007 -----BEGIN PGP SIGNED MESSAGE-----
- Paolo Invernizzi (3/6) Aug 22 2007 Touché! Thanks!
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.
Aug 21 2007
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Paolo Invernizzi wrote: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.The obligatory question: do you -mmmx? It might have been implied in your older gdc build; try setting it manually. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGyyBCpEPJRr05fBERAmZUAKCRx0rwgHr53KbS9qdygILeLGlk9QCgmsx5 nf847hifCtSV1XhwkbfpHpc= =cjz/ -----END PGP SIGNATURE-----
Aug 21 2007
Downs wrote:utils.d:210: error: unknown register name 'xmm1' in 'asm'The obligatory question: do you -mmmx? It might have been implied in your older gdc build; try setting it manually.