soft-fp: add missing FP_INIT_EXCEPTIONS and FP_INIT_ROUNDMODE calls.
[jlayton/glibc.git] / soft-fp / floatuntidf.c
index d5335630285fd2cfea79359bf1f9328ba79e953e..ec9a41c31b789800e12912eff6d51f8088db336f 100644 (file)
@@ -36,6 +36,7 @@ DFtype __floatuntidf(UTItype i)
   FP_DECL_D(A);
   DFtype a;
 
+  FP_INIT_ROUNDMODE;
   FP_FROM_INT_D(A, i, TI_BITS, UTItype);
   FP_PACK_RAW_D(a, A);
   FP_HANDLE_EXCEPTIONS;