blob: 5bbe6cd9924785308a2434e4e611ccaed721b932 [file] [log] [blame]
#include "nldbl-compat.h"
double
attribute_hidden
asinl (double x)
{
return asin (x);
}