diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c b/sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c index 010a671..64bfc46 100644 --- a/sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c +++ b/sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c @@ -2,5 +2,9 @@ #include <math_ldbl_opt.h> #undef weak_alias #define weak_alias(n,a) + +#define _Float128 long double +#define L(x) x ## L + #include <sysdeps/ieee754/ldbl-128/s_cbrtl.c> long_double_symbol (libm, __cbrtl, cbrtl); |