mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 23:37:46 -04:00
code940 now plays mp3s
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@22 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
b837b69b3f
commit
42c7b14797
26 changed files with 1061 additions and 75 deletions
|
@ -1,12 +0,0 @@
|
|||
#include "math.h"
|
||||
|
||||
double pow(double x, double y)
|
||||
{
|
||||
return __ieee754_pow(x, y);
|
||||
}
|
||||
|
||||
|
||||
double log(double x)
|
||||
{
|
||||
return __ieee754_log(x);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue