]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/ieee754/ldbl-opt/s_fminmagl.c
Add fmaxmag, fminmag functions.
[thirdparty/glibc.git] / sysdeps / ieee754 / ldbl-opt / s_fminmagl.c
1 /* fminmagl is not subject to complex aliasing rules. It was added in
2 glibc 2.25. */
3 #define declare_mgen_alias(from, to) weak_alias (M_SUF (from), M_SUF (to))
4 #include <math-type-macros-ldouble.h>
5 #include <s_fminmag_template.c>