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