14
Why does the os care about some new arithmetic instructions being present? Are there new registers to save or what?
RISC-V (pronounced "risk-five") is a license-free, modular, extensible instruction set architecture (ISA).
riscv.org
Other RISC-V communities on Lemmy
Why does the os care about some new arithmetic instructions being present? Are there new registers to save or what?
I would guess these are for device-tree specifications and run-time detection of what extensions some RISC-V CPU supports. Also might be some support for using these extensions in some common kernel code that is used by other parts of the kernel. But to be sure we would need to check the commits themselves.