Merge commit '134f31e234128a90ee74d76f48ca12e1bfd080e7' * commit '134f31e234128a90ee74d76f48ca12e1bfd080e7': libm: remove aliasing issue.
This commit is contained in:

committed by
Android Git Automerger

commit
25abeb155c
@@ -39,6 +39,6 @@ frexpf(float x, int *eptr)
|
||||
}
|
||||
*eptr += (ix>>23)-126;
|
||||
hx = (hx&0x807fffff)|0x3f000000;
|
||||
*(int*)&x = hx;
|
||||
SET_FLOAT_WORD(x,hx);
|
||||
return x;
|
||||
}
|
||||
|
Reference in New Issue
Block a user