#include "nldbl-compat.h"

double
attribute_hidden
sinl (double x)
{
  return sin (x);
}
