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
An avx512-accellerated SIMD implementation should be possible; see e.g. this AWS PR https://github.com/awslabs/aws-checksums/pull/72/files#diff-c767a7149f121bc42a24cecd4428f9b9a2a9f2d4c3a169fbed187605b9de5a26
These functions are still experimental in Rust (rust-lang/rust#111137), but could be used only under this crate's nightly feature gate.
nightly
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An avx512-accellerated SIMD implementation should be possible; see e.g. this AWS PR https://github.com/awslabs/aws-checksums/pull/72/files#diff-c767a7149f121bc42a24cecd4428f9b9a2a9f2d4c3a169fbed187605b9de5a26
These functions are still experimental in Rust (rust-lang/rust#111137), but could be used only under this crate's
nightly
feature gate.The text was updated successfully, but these errors were encountered: