Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-26 | Fix typo in function 'softfloat_propagateNaNF128M' for RISC-V. | John Hauser | 1 | -6/+6 | |
2018-01-26 | Release 3e. See "doc/SoftFloat-history.html". | John Hauser | 15 | -71/+71 | |
2017-08-10 | Release 3d. See "doc/SoftFloat-history.html". | John Hauser | 15 | -15/+15 | |
2017-02-10 | Release 3c. See "doc/SoftFloat-history.html". | John Hauser | 25 | -15/+55 | |
2016-07-22 | Release 3b. See "doc/SoftFloat-history.html". | John Hauser | 17 | -27/+122 | |
2016-02-22 | Added the ability to specify the result values delivered when conversions | John Hauser | 1 | -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-23 | For "source/RISCV/specialize.h", updated year in copyright notice to 2016. | John Hauser | 1 | -1/+1 | |
2016-01-16 | Employ new RISC-V NaN encoding | Andrew Waterman | 1 | -6/+6 | |
2015-11-03 | Release 3a. | John Hauser | 14 | -330/+372 | |
2015-03-12 | Corrected the name of the subdirectory for RISC-V specialization from | John Hauser | 22 | -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.) |