9 lines
104 B
C
9 lines
104 B
C
|
#include "nldbl-compat.h"
|
||
|
|
||
|
double
|
||
|
attribute_hidden
|
||
|
fmaxl (double x, double y)
|
||
|
{
|
||
|
return fmax (x, y);
|
||
|
}
|