mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
soft-fp: add missing FP_INIT_EXCEPTIONS and FP_INIT_ROUNDMODE calls.
This commit is contained in:
@@ -37,6 +37,7 @@ SFtype __floatundisf(UDItype 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;
|
||||
|
||||
Reference in New Issue
Block a user