fincs

Results 75 comments of fincs

I recall trying to fix this myself ages ago, and ending up with out of tune sample playback. This needs more investigation.

The floating point emulation routines come from libgcc and are expected to conform to IEEE floating point specifications, since GCC relies on compliant behavior to produce correct code. Overriding piecemeal...

I'd kindly like to point out that you're looking at probably one of the oldest collections of code produced by devkitPro. There have been a good number of lessons learned...

If you can, submitting a PR that fixes this would be very much appreciated.

Is there any way we can fast path wutmalloc when the default heap is not overridden by the application, and avoid the overhead in that case?