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

double
attribute_hidden
rsqrtl (double x)
{
  return rsqrt (x);
}