summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-sqrt.c
blob: 4ae65665dec4e626ce26ffd569f591bc798d93a3 (plain)
1
2
3
4
5
6
7
8
#include "nldbl-compat.h"

double
attribute_hidden
sqrtl (double x)
{
  return sqrt (x);
}