We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
std::arch
avx512dq
avx512vl
avx512dq and avx512vl has not yet been implemented into std::arch
related PR: rust-lang/stdarch#954 issue: rust-lang/stdarch#1437
code in question:
simd-rand/src/specific/avx2/simdrand.rs
Lines 52 to 69 in 002173c
and
simd-rand/src/specific/avx512/simdrand.rs
Lines 51 to 69 in 002173c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
avx512dq
andavx512vl
has not yet been implemented intostd::arch
related PR: rust-lang/stdarch#954
issue: rust-lang/stdarch#1437
code in question:
simd-rand/src/specific/avx2/simdrand.rs
Lines 52 to 69 in 002173c
and
simd-rand/src/specific/avx512/simdrand.rs
Lines 51 to 69 in 002173c
The text was updated successfully, but these errors were encountered: