about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt/nldbl-remquo.c
blob: 592dadae8dbe0dcd797c1e1d8df03c13dd2c60b4 (plain) (blame)
1
2
3
4
5
6
7
8
#include "nldbl-compat.h"

double
attribute_hidden
remquol (double x, double y, int *quo)
{
  return remquo (x, y, quo);
}