#include "nldbl-compat.h"

double
attribute_hidden
log2l (double x)
{
  return log2 (x);
}
