2.9
[glibc/nacl-glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-fmax.c
blobf5a84776ed51641db1ead5a8575ffe58b357c2cb
1 #include "nldbl-compat.h"
3 double
4 attribute_hidden
5 fmaxl (double x, double y)
7 return fmax (x, y);