blob: 8abe54bc8533bd80a391d454f08b3a9ec116630e (
plain) (
blame)
1
2
3
4
5
|
/* llogbl 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 <w_llogb_template.c>
|