-
Notifications
You must be signed in to change notification settings - Fork 104
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
Support #[rustc_args_required_const(...)] for simd intrinsics #666
Comments
Using |
I made these functions panic at runtime for now. |
Fixing rust-lang/rust#70271 would fix this. |
There has been a discussion about this on zulip starting at https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/change.20rustc_args_required_const.20to.20per.20arg.20attribute/near/191390244. |
For example:
Calling these kind of intrinsics will currently panic with a message like:
simd_extract* idx not const: "move _8"
.The text was updated successfully, but these errors were encountered: