blob: f5a84776ed51641db1ead5a8575ffe58b357c2cb [file] [log] [blame]
#include "nldbl-compat.h"
double
attribute_hidden
fmaxl (double x, double y)
{
return fmax (x, y);
}