summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/w_hypot.c
blob: e1cf1ffcfec1672922e3e05a2e2e98efc99fc406 (plain)
1
2
3
4
5
#include <math_ldbl_opt.h>
#include <math/w_hypot.c>
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
compat_symbol (libm, __hypot, hypotl, GLIBC_2_0);
#endif