about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/ieee754/ldbl-opt/nldbl-log2.c
blob: 8c1ae344e5f9886a85305a27d663875f9ca56fe8 (plain) (blame)
1
2
3
4
5
6
7
8
#include "nldbl-compat.h"

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