-
Notifications
You must be signed in to change notification settings - Fork 26
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
Miri reports UB with simd_bitmask (FW) #75
Comments
@Nilstrieb I forwarded your find |
@Licenser @Nilstrieb Thanks for reporting. Will have a look! |
This is not a simdutf8 issue. Instead it will be fixed once stdarch is updated in Rust to include the fix in rust-lang/stdarch#1347. |
Sorry for the false positive :) I admit I didn't even think about looking into it being a issue with core rust, wonderful catch! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A forward from simd-lite/simd-json#264,
I managed to replicate the UB error from miri with this test:
I could trigger it with avx2, sse4.2 and avx
The text was updated successfully, but these errors were encountered: