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

Integrate RISC-V support #477

Merged
merged 26 commits into from
Nov 20, 2023
Merged

Integrate RISC-V support #477

merged 26 commits into from
Nov 20, 2023

Commits on Nov 10, 2023

  1. Extend FMA support to RISC-V

    GlassOfWhiskey authored and luhenry committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d747f61 View commit details
    Browse the repository at this point in the history
  2. Add support for the RISC-V Vector ISA

    ericlove authored and luhenry committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a7f1d93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77465b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa7b14d View commit details
    Browse the repository at this point in the history
  5. RIVOS: update rvv support to latest intrinsics

    - intrinsic functions are now prefixed with __riscv_
    - vmerge/vfmerge argument order has changed
    luhenry committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    46230a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55fd453 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Add gcc and llvm builds

    luhenry committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8339480 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b905a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    798b14f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bcec26 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    24278a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35be378 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abd492f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b117645 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    1c097ca View commit details
    Browse the repository at this point in the history
  2. Add rvvm*nofma configuration

    luhenry committed Nov 15, 2023
    3 Configuration menu
    Copy the full SHA
    395a6f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce3f65a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    549d212 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1b59d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Add tester3 for RISC-V

    luhenry committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    105ff56 View commit details
    Browse the repository at this point in the history
  2. Add sysroot for dependencies

    luhenry committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    562a69c View commit details
    Browse the repository at this point in the history
  3. Fix rounding functions

    luhenry committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    7de9fd4 View commit details
    Browse the repository at this point in the history
  4. Use correct rounding mode

    luhenry committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    6a3551c View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Use __riscv_vlenb

    luhenry committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    ca8e731 View commit details
    Browse the repository at this point in the history
  2. fixup! Use __riscv_vlenb

    luhenry committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    12a174b View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Fix indent

    luhenry committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    19ee07e View commit details
    Browse the repository at this point in the history