about summary refs log tree commit diff
path: root/math/w_hypotf.c
blob: b15a9b06d01026f75fe8f40a1638ec540a326002 (plain) (blame)
1
2
3
4
5
6
7
8
#include <math-type-macros-float.h>
#undef __USE_WRAPPER_TEMPLATE
#define __USE_WRAPPER_TEMPLATE 1
#undef declare_mgen_alias
#define declare_mgen_alias(a, b)
#include <w_hypot_template.c>
versioned_symbol (libm, __hypotf, hypotf, GLIBC_2_35);
libm_alias_float_other (__hypotf, hypotf)