blob: 2105f3eba80bcca6a3ba6fb5cbcc983f47526471 [file] [log] [blame]
#include "nldbl-compat.h"
double
attribute_hidden
hypotl (double x, double y)
{
return hypot (x, y);
}