#include "nldbl-compat.h"

double
attribute_hidden
fdiml (double x, double y)
{
  return fdim (x, y);
}
