aboutsummaryrefslogtreecommitdiff
path: root/soft-fp/testit.c
AgeCommit message (Collapse)AuthorFilesLines
2013-06-05Remove trailing whitespace.Joseph Myers1-5/+5
2013-05-16MIPS: soft-fp NaN representation correctionsMaciej W. Rozycki1-4/+4
[BZ #15442] This adds support for the inverse interpretation of the quiet bit of IEEE 754 floating-point NaN data that some processors use. This includes in particular MIPS architecture processors; the payload used for the canonical qNaN encoding is updated accordingly so as not to interfere with the quiet bit.
1999-12-29Update.Ulrich Drepper1-0/+788
1999-12-29 Ulrich Drepper <drepper@cygnus.com> * soft-fp/*: Tons of new files to implement floating-point arithmetic in software. Contributed by Richard Henderson, Jakub Jelinek and others.