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