Re: about madd instruction in mips instruction sets

2005-04-27 Thread James E Wilson
zouq wrote: > i found madd instruction in mips.md, but why when i compiled it with > my cross-compile mipsel-linux-gcc as follows, mipsel-linux-gcc -mips4 > -O2 test.c -S i can`t find any madd instruction in test.s?? Basic questions like this are really more appropriate for the gcc-help list. The

about madd instruction in mips instruction sets

2005-04-27 Thread zouq
i found madd instruction in mips.md, but why when i compiled it with my cross-compile mipsel-linux-gcc as follows, mipsel-linux-gcc -mips4 -O2 test.c -S i can`t find any madd instruction in test.s?? what else should i do?