| View previous topic :: View next topic |
| Author |
Message |
jar
Joined: 18 Jan 2004 Posts: 7 Location: Denmark
|
Posted: Wed Feb 25, 2004 8:20 am Post subject: ps2-gcc: possible vu macro mode bug |
|
|
I've just installed ps2-gcc and tried to compile my ttc 19 demo, changing all #include <stdilb.h>'s to #include <malloc.h> made all files compile except math.c which uses vrsqrt in vu macro mode in some inline assembler code:
| Code: | | vrsqrt Q, $vf0w, $vf4x |
this worked with ee-gcc 2.9 and 3.2, but with ps2-gcc i get:
| Code: | | Error: illegal operands `vrsqrt' |
as far as i could tell vrsqrt won't accept any $VFnnW operands (since $vf1w doesn't work either but changing it to $vf0x works).
otherwise good job with the new combined compiler!
regards,
jar. |
|
| Back to top |
|
 |
pixel
Joined: 30 Jan 2004 Posts: 791
|
Posted: Wed Feb 25, 2004 10:13 am Post subject: |
|
|
Hum. I'll have a look at it. _________________ pixel: A mischievous magical spirit associated with screen displays. The computer industry has frequently borrowed from mythology. Witness the sprites in computer graphics, the demons in artificial intelligence and the trolls in the marketing department. |
|
| Back to top |
|
 |
|