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

double
attribute_hidden
exp2l (double x)
{
  return exp2 (x);
}