hm-riscv / vscode-riscv-venus

VS Code extension with the Venus RISC-V simulator
https://marketplace.visualstudio.com/items?itemName=hm.riscv-venus
MIT License
66 stars 15 forks source link

floating point instructions not working #126

Open SurajNatekar28 opened 3 months ago

SurajNatekar28 commented 3 months ago

when i run a assembly code all instructions related to integer arithmatic are successfully executed but floating point arithmatic instructions are not executed Are floating point instructions supported on venus?

wallento commented 3 months ago

No, unfortunately the F extension is not supported. It wouldn't be excessively hard though to add, if you are interested to contribute it.