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

riscv-rt: Implement FPU initialization #166

Merged
merged 9 commits into from
Dec 19, 2023

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    02fd8a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    a36d477 View commit details
    Browse the repository at this point in the history
  2. Add loop_asm macro

    mini-ninja-64 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d60e71d View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    6a6c1cd View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    ed7799a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    511ebcd View commit details
    Browse the repository at this point in the history
  3. Run cargo format

    mini-ninja-64 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    7a2f905 View commit details
    Browse the repository at this point in the history
  4. Replace if with conditional compilation

    - Replace fmvp.d.x usage with fcvt.d.w as it does not require zfa
    mini-ninja-64 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    49b5588 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    124f64b View commit details
    Browse the repository at this point in the history