summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-drem.c
blob: 1e08ce1d28b51c29aaed9f4d98a6a011a4f50049 (plain)
1
2
3
4
5
6
7
8
#include "nldbl-compat.h"

double
attribute_hidden
dreml (double x, double y)
{
  return drem (x, y);
}