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

long long int
attribute_hidden
llroundl (double x)
{
  return llround (x);
}