about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt/s_fminmagl.c
blob: 46c10514c9deebd1a70fd72d739e814b1e7b9ab3 (plain) (blame)
1
2
3
4
5
/* fminmagl is not subject to complex aliasing rules.  It was added in
   glibc 2.25.  */
#define declare_mgen_alias(from, to) weak_alias (M_SUF (from), M_SUF (to))
#include <math-type-macros-ldouble.h>
#include <s_fminmag_template.c>