This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
The attached is a brute force implementation of the chop rounding recommended by rth for subnormal numbers in the MPFR representation. A future version of MPFR will have a more efficient and elegant function to perform this operation. 2005-05-07 Steven G. Kargl <kargls@comcast.net> * arith.c (gfc_check_integer_range): zero insignificant bits in significands of subnormal numbers -- Steve
Attachment:
arith.c.diff
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |