summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-log2.c
blob: 8c1ae344e5f9886a85305a27d663875f9ca56fe8 (plain)
1
2
3
4
5
6
7
8
#include "nldbl-compat.h"

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