A C++ architecture plugin for RISC-V 64I.
Simply clone the repository and the API submodule
git clone --recursive [email protected]:SmoothHacker/bn_riscv64.git
Simply configure the project using CMake, then build and install to your plugins folder:
cmake -S . -B build # -GNinja ...
cmake --build build -j $(nproc) -t install
- Add Support for the following extensions
- Multiplication and Division
- Single-Precision Floating-Point
- Double-Precision Floating-Point