Blob Blame History Raw
#include "nldbl-compat.h"

double
attribute_hidden
tanhl (double x)
{
  return tanh (x);
}