summaryrefslogtreecommitdiffstats
path: root/newlib/libm/machine/spu/headers/signbit.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/machine/spu/headers/signbit.h')
-rw-r--r--newlib/libm/machine/spu/headers/signbit.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/newlib/libm/machine/spu/headers/signbit.h b/newlib/libm/machine/spu/headers/signbit.h
deleted file mode 100644
index b27fce235..000000000
--- a/newlib/libm/machine/spu/headers/signbit.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "headers/signbitd2.h"
-
-static __inline unsigned long long _signbit(double x)
-{
- return spu_extract(_signbitd2(spu_promote(x, 0)), 0);
-}