aboutsummaryrefslogtreecommitdiff
path: root/source/RISCV
AgeCommit message (Collapse)AuthorFilesLines
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 Hauser15-71/+71
2017-08-10Release 3d. See "doc/SoftFloat-history.html".John Hauser15-15/+15
2017-02-10Release 3c. See "doc/SoftFloat-history.html".John Hauser25-15/+55
2016-07-22Release 3b. See "doc/SoftFloat-history.html".John Hauser17-27/+122
2016-02-22Added the ability to specify the result values delivered when conversionsJohn Hauser1-2/+24
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 Hauser14-330/+372
2015-03-12Corrected the name of the subdirectory for RISC-V specialization fromJohn Hauser22-0/+1119
"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.)