1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

soft-fp: add missing FP_INIT_EXCEPTIONS and FP_INIT_ROUNDMODE calls.

This commit is contained in:
Joseph Myers
2013-10-12 12:21:04 +00:00
parent 8edc4a11cf
commit 98998e9f51
40 changed files with 79 additions and 0 deletions

View File

@ -37,6 +37,7 @@ SFtype __floatdisf(DItype i)
FP_DECL_S(A);
SFtype a;
FP_INIT_ROUNDMODE;
FP_FROM_INT_S(A, i, DI_BITS, UDItype);
FP_PACK_RAW_S(a, A);
FP_HANDLE_EXCEPTIONS;