mirror of
https://github.com/glest/glest-source.git
synced 2025-08-10 18:34:05 +02:00
- bug fixes to stabilize the windows build
This commit is contained in:
@@ -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;
|
||||
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user