- bug fixes to stabilize the windows build

This commit is contained in:
Mark Vejvoda
2013-02-09 06:57:05 +00:00
parent f06f86904c
commit 9bc6d33f1d
15 changed files with 82 additions and 42 deletions

View File

@@ -49,7 +49,7 @@ Q5 = -2.0109921195e-07f; /* 0xb457edbb */
Simple x;
#endif
{
Simple y,hi,lo,c,t,e,hxs,hfx,r1;
Simple y,hi,lo,c=0,t,e,hxs,hfx,r1;
int32_t k,xsb;
u_int32_t hx;

View File

@@ -51,8 +51,8 @@ static Simple zero = 0.0f;
Simple x;
#endif
{
Simple hfsq,f,c,s,z,R,u;
int32_t k,hx,hu,ax;
Simple hfsq,f=0,c=0,s,z,R,u;
int32_t k,hx,hu=0,ax;
GET_FLOAT_WORD(hx,x);
ax = hx&0x7fffffff;