-
Notifications
You must be signed in to change notification settings - Fork 13k
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
x86_mm256_sad_epu8 intrinsic has incorrect return type #43439
Labels
C-bug
Category: This is a bug.
Comments
cc @BurntSushi |
I think the |
varkor
added a commit
to varkor/rust
that referenced
this issue
Dec 21, 2017
kennytm
added a commit
to kennytm/rust
that referenced
this issue
Dec 23, 2017
Correct the return type for `x86_mm256_sad_epu8` Fixes rust-lang#43439.
kennytm
added a commit
to kennytm/rust
that referenced
this issue
Dec 23, 2017
Correct the return type for `x86_mm256_sad_epu8` Fixes rust-lang#43439.
kennytm
added a commit
to kennytm/rust
that referenced
this issue
Dec 26, 2017
Correct the return type for `x86_mm256_sad_epu8` Fixes rust-lang#43439.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to intel documentation the return type should be
64x4
but rustc expects a8x32
Test case:
Compiler error:
The text was updated successfully, but these errors were encountered: