-
Notifications
You must be signed in to change notification settings - Fork 276
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
The doc-test for __m256 is wrongly guarded by #[target_feature(enable = "sse")]
#481
Comments
gnzlbg
added a commit
to gnzlbg/stdsimd
that referenced
this issue
Jun 21, 2018
@gnzlbg Is line |
TheIronBorn
pushed a commit
to TheIronBorn/stdsimd
that referenced
this issue
Jun 29, 2018
TheIronBorn
pushed a commit
to TheIronBorn/stdsimd
that referenced
this issue
Jun 29, 2018
lu-zero
pushed a commit
to lu-zero/stdarch
that referenced
this issue
Jul 10, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
... it should be
"avx"
.https://github.com/rust-lang-nursery/stdsimd/blob/5d300a55cf521a035f40c1ef9869ed277c055312/coresimd/x86/mod.rs#L278-L286
See rust-lang/rust#51675 for detail.
The text was updated successfully, but these errors were encountered: