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/amdgcn/v64df_sinh.c')
-rw-r--r--newlib/libm/machine/amdgcn/v64df_sinh.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/newlib/libm/machine/amdgcn/v64df_sinh.c b/newlib/libm/machine/amdgcn/v64df_sinh.c
deleted file mode 100644
index 280f76d41..000000000
--- a/newlib/libm/machine/amdgcn/v64df_sinh.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/* Based on newlib/libm/mathfp/s_sinh.c. */
-
-#include "amdgcnmach.h"
-
-v64df v64df_sineh_aux (v64df, int, v64di);
-
-DEF_VD_MATH_FUNC (v64df, sinh, v64df x)
-{
- return v64df_sineh_aux (x, 0, __mask);
-}
-
-DEF_VARIANTS (sinh, df, df)