aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-11-29Fix typo (#16)HEADmasterKijima Daigo1-1/+1
2018-07-26Fix typo in function 'softfloat_propagateNaNF128M' for RISC-V.John Hauser1-6/+6
2018-01-26Release 3e. See "doc/SoftFloat-history.html".John Hauser467-895/+4855
2017-08-18Corrected links in "README.md".John Hauser1-3/+3
2017-08-10Release 3d. See "doc/SoftFloat-history.html".John Hauser1-5/+5
2017-08-10Release 3d. See "doc/SoftFloat-history.html".John Hauser413-496/+565
2017-02-10Release 3c. See "doc/SoftFloat-history.html".John Hauser424-1013/+1328
2016-07-22Release 3b. See "doc/SoftFloat-history.html".John Hauser416-1670/+7535
2016-02-22Added the ability to specify the result values delivered when conversionsJohn Hauser57-707/+1285
from floating-point to an integer format raise an invalid exception. For the provided specializations (8086 and RISC-V), changed the result of converting a negative floating-point value to an unsigned integer format to now be zero. (Also renamed `shiftCount' inside functions to `shiftDist'.)
2016-01-23For "source/RISCV/specialize.h", updated year in copyright notice to 2016.John Hauser1-1/+1
2016-01-16Employ new RISC-V NaN encodingAndrew Waterman1-6/+6
2015-11-03Release 3a.John Hauser359-8602/+9707
2015-09-16added readme in markdown formatScott Beamer1-0/+22
2015-03-12Corrected the name of the subdirectory for RISC-V specialization fromJohn Hauser22-0/+0
"RISC-V" to "RISCV". (In the names of machines, compilers, targets, etc., hyphens are intended for specifying variations and for forming compound names from multiple such components. While some arbitrariness in the application of this rule is inevitable, clearly RISC-V is not a "V" variation of an existing "RISC" architecture but rather an entirely new architecture.)
2015-02-19Fixed some bugs affecting a few processors. Reboot the official releaseJohn Hauser18-72/+79
date (for the last time) to be 2015 Feb 16.
2015-02-05Corrected documented history for earlier SoftFloat Release 2 series.John Hauser1-4/+7
2015-01-29Added specialization support for U.C. Berkeley's RISC-V.John Hauser22-0/+1119
2015-01-15Fixed conflicts over definitions of inline functions for non-GCC compilers.John Hauser52-246/+250
Reboot official release date to be 2015 Jan 9.
2015-01-08Fixed some minor errors in the documentation.John Hauser3-9/+9
2014-12-17Finalized documentation for SoftFloat Release 3.John Hauser6-318/+360
2014-12-11Fixed issues with specialization for x86, with and without SSE.John Hauser32-36/+2274
2014-12-11Merge branch 'master' of github.com:ucb-bar/berkeley-softfloat-rc3John Hauser1-0/+2
2014-12-11Update in RC for Release 3, fixing some bugs and adding to the documentation.John Hauser29-161/+1997
2014-11-28Add .gitignore file to ignore compiler outputAndrew Waterman1-0/+2
2014-11-28First draft of RC for Release 3, to start review process.John Hauser308-0/+31334