blob: 0157a079f41a698db2fd8c823542dc9f67ad6685 [file] [log] [blame]
#include "nldbl-compat.h"
long long int
attribute_hidden
llroundl (double x)
{
return llround (x);
}