-
Notifications
You must be signed in to change notification settings - Fork 766
Indicate dirty in mstatus.FS correctly #2936
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
base: master
Are you sure you want to change the base?
Conversation
cea756e
to
126e2d1
Compare
❌ failed run, report available here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this nice contribution !
❌ failed run, report available here. |
0b7bd65
to
8df9042
Compare
Rebased to master. |
❌ failed run, report available here. |
1 similar comment
❌ failed run, report available here. |
97be8d4
to
8b8ad91
Compare
❌ failed run, report available here. |
1 similar comment
❌ failed run, report available here. |
Thanks for the contribution. |
f251cb0
to
a2b1b30
Compare
@JeanRochCoulon I have rebased the branch. |
❌ failed run, report available here. |
This commit makes two changes to the commit stage: - It fixes incorrect parenthesis, causing dirty_fp_state_o not to be set on floating point instructions such as fld. - It adds a condition for dirty_fp_state_o that only asserts the flag for floating point instructions that change any FPU registers.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Guillaume Chauvon <94678394+Gchauvon@users.noreply.github.com>
a2b1b30
to
e95a980
Compare
❌ failed run, report available here. |
This commit makes two changes to the commit stage:
This PR fixes #2934