- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5.2k
[RISC-V] Introduce Zbs #115335
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: main
Are you sure you want to change the base?
[RISC-V] Introduce Zbs #115335
Conversation
| Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch | 
| RISC-V Release-CLR-QEMU: 9064 / 9094 (99.67%)report.xml, report.md, failures.xml, testclr_details.tar.zst Build information and commandsGIT:  RISC-V Release-FX-QEMU: 284444 / 285527 (99.62%)report.xml, report.md, failures.xml, testclr_details.tar.zst Build information and commandsGIT:  RISC-V Release-CLR-VF2: 9063 / 9093 (99.67%)report.xml, report.md, failures.xml, testclr_details.tar.zst Build information and commandsGIT:  RISC-V Release-FX-VF2: 306037 / 307763 (99.44%)report.xml, report.md, failures.xml, testclr_details.tar.zst Build information and commandsGIT:  | 
| RISC-V Release-CLR-QEMU: 9064 / 9094 (99.67%)report.xml, report.md, failures.xml, testclr_details.tar.zst Build information and commandsGIT:  RISC-V Release-CLR-VF2: 9064 / 9094 (99.67%)report.xml, report.md, failures.xml, testclr_details.tar.zst Build information and commandsGIT:  RISC-V Release-FX-QEMU: 284102 / 284874 (99.73%)report.xml, report.md, failures.xml, testclr_details.tar.zst Build information and commandsGIT:  RISC-V Release-FX-VF2: 508616 / 510336 (99.66%)report.xml, report.md, failures.xml, testclr_details.tar.zst Build information and commandsGIT:  | 
This reverts commit 8bf36ca.
| RISC-V Release-CLR-QEMU: 9064 / 9094 (99.67%)report.xml, report.md, failures.xml, testclr_details.tar.zst Build information and commandsGIT:  RISC-V Release-CLR-VF2: 9064 / 9094 (99.67%)report.xml, report.md, failures.xml, testclr_details.tar.zst Build information and commandsGIT:  RISC-V Release-FX-QEMU: 284592 / 285652 (99.63%)report.xml, report.md, failures.xml, testclr_details.tar.zst Build information and commandsGIT:  RISC-V Release-FX-VF2: 306274 / 307994 (99.44%)report.xml, report.md, failures.xml, testclr_details.tar.zst Build information and commandsGIT:  | 
…operands are power of 2
| RISC-V Release-FX-QEMU: 283642 / 284711 (99.62%)report.xml, report.md, failures.xml, testclr_details.tar.zst RISC-V Release-CLR-VF2: 9088 / 9118 (99.67%)report.xml, report.md, failures.xml, testclr_details.tar.zst RISC-V Release-CLR-QEMU: 9087 / 9117 (99.67%)report.xml, report.md, failures.xml, testclr_details.tar.zst RISC-V Release-FX-VF2: 501238 / 502976 (99.65%)report.xml, report.md, failures.xml, testclr_details.tar.zst Build information and commandsGIT:  | 
Conflicts: src/coreclr/inc/jiteeversionguid.h
| RISC-V Release-CLR-QEMU: 9080 / 9110 (99.67%)report.xml, report.md, failures.xml, testclr_details.tar.zst RISC-V Release-CLR-VF2: 9081 / 9111 (99.67%)report.xml, report.md, failures.xml, testclr_details.tar.zst RISC-V Release-FX-QEMU: 283654 / 284727 (99.62%)report.xml, report.md, failures.xml, testclr_details.tar.zst RISC-V Release-FX-VF2: 301561 / 303316 (99.42%)report.xml, report.md, failures.xml, testclr_details.tar.zst Build information and commandsGIT:  | 
Conflicts: src/coreclr/inc/jiteeversionguid.h src/coreclr/inc/readytoruninstructionset.h src/coreclr/tools/Common/Internal/Runtime/ReadyToRunInstructionSet.cs
Conflicts: src/coreclr/inc/jiteeversionguid.h
| RISC-V pull_request-CLR-QEMU: 9095 / 9125 (99.67%)report.xml, report.md, failures.xml, testclr_details.tar.zst RISC-V pull_request-FX-QEMU: 0 / 0 (100.00%)report.xml, report.md, failures.xml, testclr_details.tar.zst RISC-V pull_request-FX-VF2: 0 / 73 (0.00%)report.xml, report.md, failures.xml, testclr_details.tar.zst Build information and commandsGIT:  | 
| @risc-vv /run (just a test run, will delete that comment later) | 
| RISC-V pull_request-CLR-QEMU: 9096 / 9127 (99.66%)report.xml, report.md, failures.xml, testclr_details.tar.zst RISC-V pull_request-CLR-VF2: 9095 / 9125 (99.67%)report.xml, report.md, failures.xml, testclr_details.tar.zst RISC-V pull_request-FX-QEMU: 0 / 1 (0.00%)report.xml, report.md, failures.xml, testclr_details.tar.zst RISC-V pull_request-FX-VF2: 0 / 41 (0.00%)report.xml, report.md, failures.xml, testclr_details.tar.zst Build information and commandsGIT:  | 
| We will review .NET 11 PRs when we are done with .NET 10 last minute works and less busy. Please give us a few more weeks. | 
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.
This look good to me. @tannergooding do you mind taking a look as well?
Single-bit instructions
Part of #84834, cc @dotnet/samsung