-
Notifications
You must be signed in to change notification settings - Fork 275
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
_mm_movemask_epi8
unexpectedly triggers Undefined Behavior
#1347
Comments
I commented on the miri issue, I think that one should be reopened. |
Sorry for the naive question, but I still have this issue on nightly:
from:
although this has been changed by #1354 Do we need some kind of release to use the new code? |
The stdarch submodule in rust-lang/rust needs to be updated. |
Is it something I can do? Locally? Or it has to be done by the rust-lang? |
You can submit a pull request to rust-lang/rust that updates the submodule. |
I don't know if you can help in the rust PR.
|
This will allow using miri on simd instructions rust-lang/stdarch#1347 (comment)
update stdarch This will allow using miri on simd instructions rust-lang/stdarch#1347 (comment)
update stdarch This will allow using miri on simd instructions rust-lang/stdarch#1347 (comment)
This will allow using miri on simd instructions rust-lang/stdarch#1347 (comment)
update stdarch This will allow using miri on simd instructions rust-lang/stdarch#1347 (comment)
Moved from rust-lang/miri#2617
playground
See also:
Related:
_mm[256]_movemask_epi8
has defined behavior:(regardless of the other bits)
Changing the requirement may introduce unsoundness into existing crates.
The text was updated successfully, but these errors were encountered: