Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-06 | Add note about FLE vs. BGE inconsistency | Andrew Waterman | 1 | -0/+7 | |
2019-03-07 | Tweaks suggested by Bill Huffman | Andrew Waterman | 1 | -1/+1 | |
2019-02-23 | fma tweak2 (#344) | Bruce Hoult | 1 | -2/+2 | |
2019-02-23 | tweak | Andrew Waterman | 1 | -2/+2 | |
2019-02-23 | Improve description of FNMADD/FNMSUB instructions | Andrew Waterman | 1 | -4/+22 | |
2019-01-18 | Clarify that FMV.X.W doesn't canonicalize NaN payloads | Andrew Waterman | 1 | -1/+4 | |
We said this explicitly for FMV.W.X, but not the other way around. | |||||
2018-12-20 | Improve description of IEEE exception-flag setting | Andrew Waterman | 1 | -10/+9 | |
This makes the distinction between RISC-V exceptions and IEEE exceptions clearer. | |||||
2018-12-01 | Added clarifying text about raising floating-point exceptions. | Krste Asanovic | 1 | -1/+6 | |
Closes #291 | |||||
2018-11-30 | F depends on Zicsr | Andrew Waterman | 1 | -1/+2 | |
Closes #289 | |||||
2018-11-26 | Clarify which instructions have RM field but don't use it | Andrew Waterman | 1 | -3/+3 | |
Closes #279 | |||||
2018-11-01 | Clarify that FP loads/stores don't mutate NaN payloads | Andrew Waterman | 1 | -0/+3 | |
2018-10-09 | Added rationale for fused mul-add instructions. | Krste Asanovic | 1 | -8/+20 | |
Closed #224. | |||||
2018-08-28 | F/D extensions to v2.2 | Andrew Waterman | 1 | -1/+9 | |
2018-08-07 | Made cleanup pass over floating-point extensions | Krste Asanovic | 1 | -5/+6 | |
2018-07-15 | Fix spelling of "pseudoinstruction" | Andrew Waterman | 1 | -5/+5 | |
2018-06-18 | Clarified description of fused multiply-add instructions. (#200) | tymcauley | 1 | -8/+12 | |
2018-05-30 | FDIV.S and FSUB.S disambiguation (#180) | Alexandre Joannou | 1 | -6/+7 | |
2018-05-19 | Added commentary on purpose of static rounding modes.draft-20180524001518-9981ad7 | Krste Asanovic | 1 | -1/+6 | |
2018-04-28 | Add paragraph break | Andrew Waterman | 1 | -1/+3 | |
2018-01-23 | Standardized on pseudoinstruction. | Krste Asanovic | 1 | -5/+5 | |
Closes #122 | |||||
2017-11-01 | Document the 'DYN' mnemonic for dynamic rounding mode (#111) | Alex Bradbury | 1 | -1/+1 | |
This mnemonic has been adopted by the GNU assembler in addition to the RNE/RTZ/RDN/RUP/RMM mnemonics currently described here. | |||||
2017-07-01 | Clarify Float Compare description | ds2horner | 1 | -3/+5 | |
Modeled after SLT description: Make register compare order explicit (rs1 to rs2) Make Boolean result explicit (1 written if true, zero otherwise). | |||||
2017-06-14 | Remove FSFLAGSI, FSRMI pseudoinstructions | Andrew Waterman | 1 | -3/+1 | |
They have never implemented and are too uncommon to justify pseudoinstructions instead of using CSRWI/CSRRWI directly. | |||||
2017-06-05 | FMIN/FMAX now implement minimumNumber/maximumNumber, not minNum/maxNum | Andrew Waterman | 1 | -12/+13 | |
2017-05-20 | FCLASS raises no exceptions | Andrew Waterman | 1 | -0/+1 | |
2017-05-20 | Clarify FCVT.W* behavior in RV64 | Andrew Waterman | 1 | -2/+3 | |
2017-05-07 | Fix typos | HairyFotr | 1 | -2/+2 | |
2017-04-16 | Define the behavior of FMA(inf, 0, qNaN) | Andrew Waterman | 1 | -0/+8 | |
2017-04-13 | Renamed FMV.X.S/S.X to FMV.X.W/W.X to be more consistent with load/store ↵ | Krste Asanovic | 1 | -4/+12 | |
instructions. | |||||
2017-02-02 | Clarify behavior of FCSR MSBs | Andrew Waterman | 1 | -1/+7 | |
2017-02-02 | Remove half-true description of tininess-after-rounding | Andrew Waterman | 1 | -3/+1 | |
2017-02-01 | Reorganize directory structure | Andrew Waterman | 1 | -0/+742 | |