blob: be9bd5112eabe49110524b4b044f30a4c9297557 [file] [log] [blame]
#include "nldbl-compat.h"
double
attribute_hidden
roundl (double x)
{
return round (x);
}