Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial RISCV support #199

Merged
merged 3 commits into from
Feb 27, 2022
Merged

Add initial RISCV support #199

merged 3 commits into from
Feb 27, 2022

Commits on Dec 30, 2021

  1. Add RV64 support to CMakeLists.txt

    based on loongarch64
    Alexmitter authored Dec 30, 2021
    Configuration menu
    Copy the full SHA
    6a9d399 View commit details
    Browse the repository at this point in the history
  2. Add support for RISCV to myalign.h

    based on https://github.com/riscv-non-isa/riscv-toolchain-conventions
    correct preprocessor definition for RISCV is __riscv
    Alexmitter authored Dec 30, 2021
    Configuration menu
    Copy the full SHA
    cc9f770 View commit details
    Browse the repository at this point in the history
  3. Update COMPILE.md to add RISCV

    again based on loongarch64
    Alexmitter authored Dec 30, 2021
    Configuration menu
    Copy the full SHA
    b932ad8 View commit details
    Browse the repository at this point in the history