Use libm_alias_double for some dbl-64 functions.
[glibc.git] / sysdeps / ieee754 / dbl-64 / s_ufromfp.c
blob2532215981d33c27d9fdeea8609d3bbdd9ebcd4b
1 #define UNSIGNED 1
2 #define INEXACT 0
3 #define FUNC __ufromfp
4 #include <s_fromfp_main.c>
5 libm_alias_double (__ufromfp, ufromfp)