blob: b5bd5012502ff4bdd1e29069211a32e06ff5f185 [file] [log] [blame]
#include "nldbl-compat.h"
double
attribute_hidden
scalblnl (double x, long int n)
{
return scalbln (x, n);
}