1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +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 @@ DItype __fixdfdi(DFtype a)
FP_DECL_D(A);
UDItype r;
FP_INIT_EXCEPTIONS;
FP_UNPACK_RAW_D(A, a);
FP_TO_INT_D(r, A, DI_BITS, 1);
FP_HANDLE_EXCEPTIONS;