Rollup merge of #66711 - mattico:aarch-msvc-fp, r=nagisa
Add hardware floating point features to aarch64-pc-windows-msvc Fixes #66701
This commit is contained in:
commit
9e2802b57b
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ pub fn target() -> TargetResult {
|
|||
let mut base = super::windows_msvc_base::opts();
|
||||
base.max_atomic_width = Some(64);
|
||||
base.has_elf_tls = true;
|
||||
base.features = "+neon,+fp-armv8".to_string();
|
||||
|
||||
// FIXME: this shouldn't be panic=abort, it should be panic=unwind
|
||||
base.panic_strategy = PanicStrategy::Abort;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue