about summary refs log tree commit diff
path: root/sysdeps/ieee754
Commit message (Collapse)AuthorAgeFilesLines
* * sysdeps/ieee754/mpn2dbl.c (__mpn_construct_double) Brendan Kehoe1995-04-152-2/+2
| | | | | | | | | | [BITS_PER_MP_LIMB == 64]: Refer to `u', not to non-existent `i'. * sysdeps/ieee754/mpn2ldbl.c (__mpn_construct_long_double) [BITS_PER_MP_LIMB == 64]: Likewise. * sysdeps/ieee754/mpn2dbl.c (__mpn_construct_double) [BITS_PER_MP_LIMB == 64]: Refer to `u', not to non-existent `i'. * sysdeps/ieee754/mpn2ldbl.c (__mpn_construct_long_double) [BITS_PER_MP_LIMB == 64]: Likewise.
* (__mpn_extract_long_double): Handle 80-bit denormalized numbers correct.Ulrich Drepper1995-03-171-2/+10
|
* initial importRoland McGrath1995-02-1824-0/+2234