summaryrefslogtreecommitdiffstats
path: root/newlib/libm/machine/spu/sf_cbrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/machine/spu/sf_cbrt.c')
-rw-r--r--newlib/libm/machine/spu/sf_cbrt.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/newlib/libm/machine/spu/sf_cbrt.c b/newlib/libm/machine/spu/sf_cbrt.c
deleted file mode 100644
index 86a08650e..000000000
--- a/newlib/libm/machine/spu/sf_cbrt.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <math.h>
-#include "headers/cbrtf.h"
-
-float cbrtf(float x)
-{
- return _cbrtf(x);
-}