glibc/sysdeps/ieee754/ldbl-opt/nldbl-fmin.c

9 lines
104 B
C

#include "nldbl-compat.h"
double
attribute_hidden
fminl (double x, double y)
{
return fmin (x, y);
}