1
Fork 0

Add inline comments why we're forcing the target cpu

This commit is contained in:
Josh Stone 2024-05-01 16:54:20 -07:00
parent 706f06c39a
commit 1b79bb937f
9 changed files with 25 additions and 19 deletions

View file

@ -1,4 +1,5 @@
//@ only-x86_64
// Set the base cpu explicitly, in case the default has been changed.
//@ compile-flags: -Copt-level=3 -Ctarget-cpu=x86-64
#![crate_type = "lib"]