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

[RISC-V] Fix alignment for vector types #99589

Merged
merged 6 commits into from
Mar 15, 2024
Merged

[RISC-V] Fix alignment for vector types #99589

merged 6 commits into from
Mar 15, 2024

Commits on Mar 12, 2024

  1. [RISC-V] Fix alignment for vector types

    For vector256 and vector512, set possible max alignment value.
    
    Reference
    https://github.com/riscv-non-isa/riscv-elf-psabi-doc/blob/master/riscv-cc.adoc
    clamp03 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    eacb0d2 View commit details
    Browse the repository at this point in the history
  2. [RISC-V] Fix typo

    clamp03 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    932adbd View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. [RISC-V] Update comments

    clamp03 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    af9281e View commit details
    Browse the repository at this point in the history
  2. [RISC-V] Update Alignment

    clamp03 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    a5a7a96 View commit details
    Browse the repository at this point in the history
  3. [RISC-V] Update comment

    clamp03 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    e17ccd2 View commit details
    Browse the repository at this point in the history
  4. [RISC-V] Update the comment

    clamp03 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d7e502e View commit details
    Browse the repository at this point in the history