riscv-software-src / riscof

BSD 3-Clause "New" or "Revised" License
61 stars 39 forks source link

Fix for the issue https://github.com/riscv-software-src/riscof/issues/62 #63

Closed ptprasanna closed 2 years ago

ptprasanna commented 2 years ago

Added both F and D from the ISA independently, as the extension D always comes along with F. Hence the order of F followed by D. This also fix this issue.

ptprasanna commented 2 years ago

https://github.com/riscv-software-src/riscof/issues/62

neelgala commented 2 years ago

need a changelog entry and bumpversion for a patch upgrade.

ptprasanna commented 2 years ago

@neelgala - All Done..! please let me know if anything else is missing.

neelgala commented 2 years ago

in the CHANEGLOG you need to add space after the ##

ptprasanna commented 2 years ago

in the CHANEGLOG you need to add space after the ##

It's Done.

ptprasanna commented 2 years ago

@neelgala - Please let me know if still something is missing.