]> git.ipfire.org Git - thirdparty/glibc.git/blame - math/w_hypot.c
riscv: Fix feenvupdate with FE_DFL_ENV (BZ 31022)
[thirdparty/glibc.git] / math / w_hypot.c
CommitLineData
104d2005
AZ
1#include <math-type-macros-float.h>
2#undef __USE_WRAPPER_TEMPLATE
3#define __USE_WRAPPER_TEMPLATE 1
4#undef declare_mgen_alias
5#define declare_mgen_alias(a, b)
6#include <w_hypot_template.c>
7versioned_symbol (libm, __hypot, hypot, GLIBC_2_35);
8libm_alias_float_other (__hypot, hypot)