blob: 4ae65665dec4e626ce26ffd569f591bc798d93a3 [file] [log] [blame]
#include "nldbl-compat.h"
double
attribute_hidden
sqrtl (double x)
{
return sqrt (x);
}