summaryrefslogtreecommitdiff
path: root/libc/sysdeps/ieee754/ldbl-opt
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/ieee754/ldbl-opt')
-rw-r--r--libc/sysdeps/ieee754/ldbl-opt/s_atan.c7
-rw-r--r--libc/sysdeps/ieee754/ldbl-opt/s_sin.c7
-rw-r--r--libc/sysdeps/ieee754/ldbl-opt/s_tan.c7
3 files changed, 3 insertions, 18 deletions
diff --git a/libc/sysdeps/ieee754/ldbl-opt/s_atan.c b/libc/sysdeps/ieee754/ldbl-opt/s_atan.c
index 81d325e3d..5fbd5e62d 100644
--- a/libc/sysdeps/ieee754/ldbl-opt/s_atan.c
+++ b/libc/sysdeps/ieee754/ldbl-opt/s_atan.c
@@ -1,10 +1,5 @@
#include <math_ldbl_opt.h>
-#include <gnu/option-groups.h>
-#if __OPTION_EGLIBC_LIBM_BIG
-# include <sysdeps/ieee754/dbl-64/s_atan.c>
-#else
-# include <sysdeps/ieee754/dbl-wrap/s_atan.c>
-#endif
+#include <sysdeps/ieee754/dbl-64/s_atan.c>
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
compat_symbol (libm, atan, atanl, GLIBC_2_0);
#endif
diff --git a/libc/sysdeps/ieee754/ldbl-opt/s_sin.c b/libc/sysdeps/ieee754/ldbl-opt/s_sin.c
index 381d24d24..a11d5a33d 100644
--- a/libc/sysdeps/ieee754/ldbl-opt/s_sin.c
+++ b/libc/sysdeps/ieee754/ldbl-opt/s_sin.c
@@ -1,14 +1,9 @@
/* dbl-64/s_sin.c uses NAN and sincos identifiers internally. */
#define sincos sincos_disable
#include <math_ldbl_opt.h>
-#include <gnu/option-groups.h>
#undef NAN
#undef sincos
-#if __OPTION_EGLIBC_LIBM_BIG
-# include <sysdeps/ieee754/dbl-64/s_sin.c>
-#else
-# include <sysdeps/ieee754/dbl-wrap/s_sin.c>
-#endif
+#include <sysdeps/ieee754/dbl-64/s_sin.c>
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
compat_symbol (libm, __sin, sinl, GLIBC_2_0);
compat_symbol (libm, __cos, cosl, GLIBC_2_0);
diff --git a/libc/sysdeps/ieee754/ldbl-opt/s_tan.c b/libc/sysdeps/ieee754/ldbl-opt/s_tan.c
index 23b45ad28..6b0fec006 100644
--- a/libc/sysdeps/ieee754/ldbl-opt/s_tan.c
+++ b/libc/sysdeps/ieee754/ldbl-opt/s_tan.c
@@ -1,10 +1,5 @@
#include <math_ldbl_opt.h>
-#include <gnu/option-groups.h>
-#if __OPTION_EGLIBC_LIBM_BIG
-# include <sysdeps/ieee754/dbl-64/s_tan.c>
-#else
-# include <sysdeps/ieee754/dbl-wrap/s_tan.c>
-#endif
+#include <sysdeps/ieee754/dbl-64/s_tan.c>
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
compat_symbol (libm, tan, tanl, GLIBC_2_0);
#endif