Blame sysdeps/ieee754/ldbl-opt/nldbl-pow.c

Packit 6c4009
#include "nldbl-compat.h"
Packit 6c4009
Packit 6c4009
double
Packit 6c4009
attribute_hidden
Packit 6c4009
powl (double x, double y)
Packit 6c4009
{
Packit 6c4009
  return pow (x, y);
Packit 6c4009
}