blob: a8d5bafb5f42d10c7706efb1f855cc8ff4588b6f [file] [log] [blame]
#include "nldbl-compat.h"
double
attribute_hidden
remainderl (double x, double y)
{
return remainder (x, y);
}