#include "nldbl-compat.h" double attribute_hidden powrl (double x, double y) { return powr (x, y); }