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] Flush-to-zero behavior for float-to-int conversion #94762

Merged
merged 14 commits into from
Dec 7, 2023

Commits on Nov 15, 2023

  1. Implemented several RISC-V csr instructions and enabled flush-to-zero…

    … behavior for float-to-int conversion instruction
    denis-paranichev committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    0b32469 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Apply comments

    denis-paranichev committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d9f2e00 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

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

Commits on Nov 20, 2023

  1. Fixed typo

    denis-paranichev committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    4e35a6c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Fixed typo

    denis-paranichev committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    d05e662 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fdaab1 View commit details
    Browse the repository at this point in the history
  3. Apply comments

    denis-paranichev committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    8cf09a7 View commit details
    Browse the repository at this point in the history
  4. Apply jit-format

    denis-paranichev committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    27b302d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Apply comments

    denis-paranichev committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    fa3899e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Temp register fix

    denis-paranichev committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    286ed42 View commit details
    Browse the repository at this point in the history
  2. Merge

    denis-paranichev committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f687a04 View commit details
    Browse the repository at this point in the history
  3. Fixed dstSize

    denis-paranichev committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9fb9932 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

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

Commits on Dec 5, 2023

  1. Fixed typo

    denis-paranichev committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    ac16182 View commit details
    Browse the repository at this point in the history