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