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

Fix softfloat build failure #266

Merged
merged 2 commits into from
Nov 16, 2023

Commits on Nov 16, 2023

  1. Replace type 'float32_t' with 'riscv_float_t'

    Replace the usage of the softfloat type 'float32_t' with the custom
    'riscv_float_t' type defined within rv32emu. This modification ensures
    better integration and consistency within the rv32emu codebase.
    visitorckw committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    f237cec View commit details
    Browse the repository at this point in the history
  2. Fix softfloat integration build failure on macOS/Arm64

    Addressed compilation errors on macOS/Arm64 arising from conflicts
    between SoftFloat and SDL headers. The solution involves explicitly
    defining the conflicting types in SoftFloat to avoid clashes.
    visitorckw committed Nov 16, 2023
    1 Configuration menu
    Copy the full SHA
    129aca2 View commit details
    Browse the repository at this point in the history