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

double
attribute_hidden
log10l (double x)
{
  return log10 (x);
}