blob: 8c1ae344e5f9886a85305a27d663875f9ca56fe8 [file] [log] [blame]
#include "nldbl-compat.h"
double
attribute_hidden
log2l (double x)
{
return log2 (x);
}