about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/ieee754/ldbl-opt/nldbl-nearbyint.c
blob: fd4a24684d151dca7a8066f3ebfb5390ce1767d8 (plain) (blame)
1
2
3
4
5
6
7
8
#include "nldbl-compat.h"

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