Amon
Staff member
After trying to figure out what the hell was wrong with my math I heard from CyberWarriorX that the libm isnt porperly supported on the SH2 series. He seemed to recault a thread here about a solution. I did a quick search and couldnt find it.
Also when using the sin function from the m2 libm I get a bunch of undefined reference to `___ltdf2' and other stuff. I tried including all the libraries but I still get them. For the time being, I am thinking of just including a sin and cos lookup table, but Id rather use the library.
Also when using the sin function from the m2 libm I get a bunch of undefined reference to `___ltdf2' and other stuff. I tried including all the libraries but I still get them. For the time being, I am thinking of just including a sin and cos lookup table, but Id rather use the library.