Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/machine/spu/headers/hypot.h')
-rw-r--r--newlib/libm/machine/spu/headers/hypot.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/newlib/libm/machine/spu/headers/hypot.h b/newlib/libm/machine/spu/headers/hypot.h
deleted file mode 100644
index e0fafb38c..000000000
--- a/newlib/libm/machine/spu/headers/hypot.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "headers/hypotd2.h"
-
-static __inline double _hypot(double x, double y)
-{
- return spu_extract(_hypotd2(spu_promote(x, 0), spu_promote(y, 0)), 0);
-}