aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-07-25Support testing f32_mulAdd and f64_mulAddf32-sqrtAndrew Waterman2-0/+28
2017-06-09Support testing f32_sqrtAndrew Waterman2-0/+11
2017-02-10Release 3c. See "doc/TestFloat-history.html".John Hauser204-1086/+1696
2016-07-22Release 3b. See "doc/TestFloat-history.html".John Hauser203-1046/+10439
2016-02-22Modified `testsoftfloat' to accept zero as the result of convertingJohn Hauser1-39/+38
a negative floating-point value to an unsigned integer format. (Also renamed `shiftCount' to `shiftDist' inside "slowfloat.c".)
2015-11-03Release 3a.John Hauser171-4017/+4560
2015-10-21Merge pull request #4 from darius-bluespec/gitignoreAndrew Waterman1-0/+3
Add .gitignore patterns for compiler output.
2015-10-21Add .gitignore patterns for compiler output.Darius Rad1-0/+3
2015-09-16added readme in markdown formatScott Beamer1-0/+26
2015-07-22Merge pull request #3 from ucb-bar/lmAndrew Waterman3-17/+20
Pass -lm at end of linker command line
2015-07-22Pass -lm at end of linker command lineAndrew Waterman3-17/+20
The order of arguments to the gcc matters, and putting -lm at the beginning doesn't expose libm to subsequenly listedt object files.
2015-02-19Fixed a missing comma that prevented compilation on big-endian machines.John Hauser12-25/+25
Reboot the official release date (for the last time) to be 2015 Feb 16.
2015-02-05Corrected documented history for earlier TestFloat Release 2 series.John Hauser1-8/+12
2015-01-29Fixed Makefiles to match final name of repository for Berkeley SoftFloat.John Hauser6-6/+6
2015-01-15Following SoftFloat, reboot official release date to be 2015 Jan 9.John Hauser11-13/+13
2015-01-08Fixed some minor errors in the documentation.John Hauser2-4/+4
2014-12-17Finalized documentation for TestFloat Release 3.John Hauser11-433/+527
2014-12-11Added build targets for 32-bit Intel x86 with SSE2.John Hauser4-0/+718
2014-12-11Update in RC for Release 3, fixing some bugs and improving the documentation.John Hauser24-197/+1665
2014-11-28Fixed out-of-date Makefile.John Hauser1-19/+23
2014-11-28First draft of RC for Release 3, to start review process.John Hauser159-0/+41196