You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reverts a change from rust-random#979 that introduced a massive performance
regression by disabling SIMD for `rand_chacha`.
Likely, the behavior of `ppv-lite86` should rather be fixed. This change
serves as a workaround until a fixed version is available.
Fixesrust-random#1017.
This reverts a change from #979 that introduced a massive performance
regression by disabling SIMD for `rand_chacha`.
Likely, the behavior of `ppv-lite86` should rather be fixed. This change
serves as a workaround until a fixed version is available.
Fixes#1017.
The
simd
feature ofppv-lite86
was disabled in #979. Likely in response to cryptocorrosion/cryptocorrosion@785bfbe#diff-0304f94dbafa90393b3f5dfd9eb6f99c. Unfortunately that commit doesn't actually make simd support the default, unlike what the commit message suggests.The text was updated successfully, but these errors were encountered: