summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-rint.c
blob: 00f942f1a7b786220d47e0ca6159145f7e539b17 (plain)
1
2
3
4
5
6
7
8
#include "nldbl-compat.h"

double
attribute_hidden
rintl (double x)
{
  return rint (x);
}