Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/machine/spu/w_pow.c')
-rw-r--r--newlib/libm/machine/spu/w_pow.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/newlib/libm/machine/spu/w_pow.c b/newlib/libm/machine/spu/w_pow.c
deleted file mode 100644
index a1afe4338..000000000
--- a/newlib/libm/machine/spu/w_pow.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <math.h>
-#include "headers/pow.h"
-
-double pow(double x, double y)
-{
- return _pow(x, y);
-}