1
0
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:
Joseph Myers
2013-10-10 11:40:25 +00:00
parent 2ae21ed2d2
commit dcc2dd3f46
5 changed files with 17 additions and 3 deletions

View File

@ -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);