mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
soft-fp: split FP_INIT_EXCEPTIONS from FP_INIT_ROUNDMODE.
This commit is contained in:
@ -39,7 +39,7 @@ DFtype __extendsfdf2(SFtype a)
|
||||
FP_DECL_D(R);
|
||||
DFtype r;
|
||||
|
||||
FP_INIT_ROUNDMODE;
|
||||
FP_INIT_EXCEPTIONS;
|
||||
FP_UNPACK_RAW_S(A, a);
|
||||
#if _FP_W_TYPE_SIZE < _FP_FRACBITS_D
|
||||
FP_EXTEND(D,S,2,1,R,A);
|
||||
|
Reference in New Issue
Block a user