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