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