rust-psp icon indicating copy to clipboard operation
rust-psp copied to clipboard

psp::math::cosf32 crashes PSP

Open Lucky4Luuk opened this issue 3 years ago • 1 comments

Using the psp::math::cosf32 function crashes my PSP. It works fine in an emulator, but the moment I use that function on a real PSP, the console freezes and turns off after a few seconds.

Lucky4Luuk avatar Feb 18 '22 09:02 Lucky4Luuk

Did you enable the VFPU thread attribute? The example vfpu-addition shows how to do this.

overdrivenpotato avatar Feb 18 '22 10:02 overdrivenpotato