We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1d028 commit 01d01ceCopy full SHA for 01d01ce
src/librustc_target/spec/aarch64_pc_windows_msvc.rs
@@ -4,6 +4,7 @@ pub fn target() -> TargetResult {
4
let mut base = super::windows_msvc_base::opts();
5
base.max_atomic_width = Some(64);
6
base.has_elf_tls = true;
7
+ base.features = "+neon,+fp-armv8".to_string();
8
9
// FIXME: this shouldn't be panic=abort, it should be panic=unwind
10
base.panic_strategy = PanicStrategy::Abort;
0 commit comments