We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313afce commit cd79c93Copy full SHA for cd79c93
.config/cargo.toml
@@ -0,0 +1,4 @@
1
+[target.x86_64-unknown-linux-gnu]
2
+# Assume the x86_64-v2 psABI, and add the required CPU features
3
+# This is a good balance between enabling modern CPU features and compatibility
4
+rustflags = ["-C", "target-feature=+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt"]
0 commit comments