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

double
attribute_hidden
j0l (double x)
{
  return j0 (x);
}