mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
Update.
2000-09-30 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * sysdeps/ieee754/flt-32/s_frexpf.c: Make it aliasing safe.
This commit is contained in:
parent
3ed0dfa22a
commit
060801994e
@ -1,3 +1,7 @@
|
||||
2000-09-30 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
|
||||
|
||||
* sysdeps/ieee754/flt-32/s_frexpf.c: Make it aliasing safe.
|
||||
|
||||
2000-09-29 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* elf/cache.c (save_cache): Initialize __unused field in new cache
|
||||
|
@ -47,7 +47,7 @@ two25 = 3.3554432000e+07; /* 0x4c000000 */
|
||||
}
|
||||
*eptr += (ix>>23)-126;
|
||||
hx = (hx&0x807fffff)|0x3f000000;
|
||||
*(int*)&x = hx;
|
||||
SET_FLOAT_WORD(x,hx);
|
||||
return x;
|
||||
}
|
||||
weak_alias (__frexpf, frexpf)
|
||||
|
Loading…
Reference in New Issue
Block a user