blob: 72896b63ed498f5d1d76177aeab5b407221986b9 [file] [log] [blame]
#include "nldbl-compat.h"
double
attribute_hidden
fdiml (double x, double y)
{
return fdim (x, y);
}