-
Notifications
You must be signed in to change notification settings - Fork 141
Change software_interrupt to use min_const_generics #227
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
Conversation
As this feature is stablized in the lastest nightly, no feature flags need to be added. Signed-off-by: Joe Richey <[email protected]>
@phil-opp, do you think we should add an explanation about why |
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.
Awesome, thanks a lot!
Are you sure that this inline assembly works? The Rust compiler only checks inline asm when it's used, so it would be great if we could add a small test that uses this function.
That would be great! |
Signed-off-by: Joe Richey <[email protected]>
Added some additional tests to where we were testing the |
Done |
Signed-off-by: Joe Richey <[email protected]>
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.
Thanks!
Followup to #259. Code previously merged as part of #227. Signed-off-by: Joe Richey <[email protected]>
Followup to rust-osdev#259. Code previously merged as part of rust-osdev#227. Signed-off-by: Joe Richey <[email protected]>
Followup to rust-osdev#259. Code previously merged as part of rust-osdev#227. Signed-off-by: Joe Richey <[email protected]>
As this feature is stablized in the lastest nightly, no
feature flags need to be added.
Opening PR against the
next
branch as this is a breaking change.Signed-off-by: Joe Richey [email protected]