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