#include "nldbl-compat.h"

double
attribute_hidden
fmaxl (double x, double y)
{
  return fmax (x, y);
}
