summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-128ibm/s_lrintl.c
blob: 029247568c79b2cd8b44cd7ba406ef5c8e3ff26d (plain)
1
2
3
4
5
6
7
8
9
/* FIXME */
#include <math.h>
#include <math_ldbl_opt.h>

long int __lrintl (long double d)
{
  return llrintl (d);
}
long_double_symbol (libm, __lrintl, lrintl);