initial import
[picodrive.git] / platform / gp2x / uClibc / wrappers.c
diff --git a/platform/gp2x/uClibc/wrappers.c b/platform/gp2x/uClibc/wrappers.c
new file mode 100644 (file)
index 0000000..cc4e269
--- /dev/null
@@ -0,0 +1,12 @@
+#include "math.h"\r
+\r
+double pow(double x, double y)\r
+{\r
+       return __ieee754_pow(x, y);\r
+}\r
+\r
+\r
+double log(double x)\r
+{\r
+       return __ieee754_log(x);\r
+}\r