libfringe
libfringe copied to clipboard
Add 32 bits RISC-V support
Summary
This patch is to add riscv32 target support to libfringe.
Changes
arch/riscv32.rs: Implemented a riscv32 port similar to other supported targets.
mod.rs: Point imp to riscv32.rs when using riscv32 target.