flybrain/services/flysim/.cargo/config.toml
acamilo 660c3cf00d
Some checks failed
ci / node 22 (test + typecheck) (push) Has been cancelled
ci / rust stable (cargo test --workspace --release) (push) Has been cancelled
ci / infra/tests/lint.sh (push) Has been cancelled
ci / playwright apps/stage (allowed to fail) (push) Has been cancelled
flybrain v0.4.0: public tree (history retained privately)
2026-09-21 15:09:46 +00:00

8 lines
435 B
TOML

# The deployment target is the host's Xeon E5-2660 v3 (Haswell), so the default profile targets
# x86-64-v2 rather than the build host. Rust performs no floating-point contraction or
# reassociation at any target-cpu level, so this does not affect bit-exactness.
#
# The bench opts into the build host instead:
# RUSTFLAGS="-C target-cpu=native" cargo run --release --example bench
[build]
rustflags = ["-C", "target-cpu=x86-64-v2"]