We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff2992b + 2414e71 commit eb93d0dCopy full SHA for eb93d0d
3 files changed
.cargo/config.toml
@@ -0,0 +1,4 @@
1
+[build]
2
+# x86-64-v4 = AVX-512 baseline. All BF16 SIMD paths use native __m512d.
3
+# Rust 1.94 stable. No nightly.
4
+rustflags = ["-C", "target-cpu=x86-64-v4"]
0 commit comments