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

double
attribute_hidden
log1pl (double x)
{
  return log1p (x);
}