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?


Reply via email to