summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-64-128/s_scalbnl.c
blob: fe2412b97a9ea7b27ec537e1a8c923e86d5fb816 (plain)
1
2
3
4
5
6
7
8
9
#include <math_ldbl_opt.h>
#undef weak_alias
#define weak_alias(n,a)
#include <sysdeps/ieee754/ldbl-128/s_scalbnl.c>
#if IS_IN (libm)
long_double_symbol (libm, __scalbnl, scalbnl);
#else
long_double_symbol (libc, __scalbnl, scalbnl);
#endif