Blob Blame History Raw
#include "nldbl-compat.h"

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