1 #include <libm-alias-float.h> 2 __fabsf(float x)3 float __fabsf (float x) 4 { 5 return __builtin_fabsf (x); 6 } 7 libm_alias_float (__fabs, fabs) 8