riscv-non-isa / riscv-asm-manual

RISC-V Assembly Programmer's Manual
https://jira.riscv.org/browse/RVG-4
Creative Commons Attribution 4.0 International
1.44k stars 238 forks source link

Z*inx should require Zicsr #90

Closed jaidTw closed 1 year ago

jaidTw commented 1 year ago

Currently, the requirement of zicsr for z*inx extensions is not enforced. Hence it will not be able to manipulate the floating point environment with z*inx if zicsr is not enabled.