2.9
[glibc/nacl-glibc.git] / sysdeps / ieee754 / ldbl-128ibm / s_cbrtl.c
blob010a671dce25c1121d256afd5bf566bac7226b91
1 /* Looks like we can use ieee854 s_cbrtl.c as is for IBM extended format. */
2 #include <math_ldbl_opt.h>
3 #undef weak_alias
4 #define weak_alias(n,a)
5 #include <sysdeps/ieee754/ldbl-128/s_cbrtl.c>
6 long_double_symbol (libm, __cbrtl, cbrtl);