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
Dropping .cargo/config.toml, and thus disabling build.rustflags = ["-Ctarget-cpu=native"] has resulted in a significant slowdown of at least the AVX2 version of ML-DSA. We should fix this regression and investigate if other code has also regressed since that was a workplace-wide config.
The text was updated successfully, but these errors were encountered:
Dropping
.cargo/config.toml
, and thus disablingbuild.rustflags = ["-Ctarget-cpu=native"]
has resulted in a significant slowdown of at least the AVX2 version of ML-DSA. We should fix this regression and investigate if other code has also regressed since that was a workplace-wide config.The text was updated successfully, but these errors were encountered: