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

double
attribute_hidden
logl (double x)
{
  return log (x);
}