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 3993f00 commit 7dc1915Copy full SHA for 7dc1915
compiler/rustc_target/src/spec/x86_64_unknown_none.rs
@@ -1,10 +1,8 @@
1
-// Generic AArch64 target for bare-metal code - Floating point disabled
+// Generic x86-64 target for bare-metal code - Floating point disabled
2
//
3
// Can be used in conjunction with the `target-feature` and
4
// `target-cpu` compiler flags to opt-in more hardware-specific
5
// features.
6
-//
7
-// For example, `-C target-cpu=cortex-a53`.
8
9
use super::{CodeModel, LinkerFlavor, LldFlavor, PanicStrategy, Target, TargetOptions};
10
0 commit comments