summaryrefslogtreecommitdiffstats
path: root/newlib/libm/machine/spu/headers/rintf.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/machine/spu/headers/rintf.h')
-rw-r--r--newlib/libm/machine/spu/headers/rintf.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/newlib/libm/machine/spu/headers/rintf.h b/newlib/libm/machine/spu/headers/rintf.h
deleted file mode 100644
index 4649b0f38..000000000
--- a/newlib/libm/machine/spu/headers/rintf.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "headers/rintf4.h"
-
-static __inline float _rintf(float x)
-{
- return spu_extract(_rintf4(spu_promote(x, 0)), 0);
-}