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

double
attribute_hidden
nearbyintl (double x)
{
  return nearbyint (x);
}