diff options
Diffstat (limited to 'sysdeps/ieee754/dbl-64/s_ufromfpx.c')
-rw-r--r-- | sysdeps/ieee754/dbl-64/s_ufromfpx.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/ieee754/dbl-64/s_ufromfpx.c b/sysdeps/ieee754/dbl-64/s_ufromfpx.c new file mode 100644 index 0000000..dee607f --- /dev/null +++ b/sysdeps/ieee754/dbl-64/s_ufromfpx.c @@ -0,0 +1,7 @@ +#define UNSIGNED 1 +#define INEXACT 1 +#define FUNC ufromfpx +#include <s_fromfp_main.c> +#ifdef NO_LONG_DOUBLE +weak_alias (ufromfpx, ufromfpxl) +#endif |