summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Andrew Waterman [Thu, 23 Jul 2015 05:53:52 +0000 (22:53 -0700)]
Pass -lm at end of linker command line
The order of arguments to the gcc matters, and putting -lm at the
beginning doesn't expose libm to subsequenly listedt object files.
John Hauser [Thu, 19 Feb 2015 22:15:43 +0000 (14:15 -0800)]
Fixed a missing comma that prevented compilation on big-endian machines.
Reboot the official release date (for the last time) to be 2015 Feb 16.
John Hauser [Thu, 5 Feb 2015 20:59:50 +0000 (12:59 -0800)]
Corrected documented history for earlier TestFloat Release 2 series.
John Hauser [Thu, 29 Jan 2015 20:47:16 +0000 (12:47 -0800)]
Fixed Makefiles to match final name of repository for Berkeley SoftFloat.
John Hauser [Fri, 16 Jan 2015 00:07:30 +0000 (16:07 -0800)]
Following SoftFloat, reboot official release date to be 2015 Jan 9.
John Hauser [Fri, 9 Jan 2015 02:40:54 +0000 (18:40 -0800)]
Fixed some minor errors in the documentation.
John Hauser [Thu, 18 Dec 2014 03:09:39 +0000 (19:09 -0800)]
Finalized documentation for TestFloat Release 3.
John Hauser [Fri, 12 Dec 2014 03:37:36 +0000 (19:37 -0800)]
Added build targets for 32-bit Intel x86 with SSE2.
John Hauser [Thu, 11 Dec 2014 22:38:33 +0000 (14:38 -0800)]
Update in RC for Release 3, fixing some bugs and improving the documentation.
John Hauser [Sat, 29 Nov 2014 05:33:41 +0000 (21:33 -0800)]
Fixed out-of-date Makefile.
John Hauser [Sat, 29 Nov 2014 05:07:26 +0000 (21:07 -0800)]
First draft of RC for Release 3, to start review process.