Commit baebc7a
committed
Enable
Many aarch64 targets without LSE in the baseline enable the
`outline-atomics` feature, which uses runtime detection of LSE for its
faster atomic ops. This provides nontrivial performance improvements on
most hardware from the past decade, at a small cost to anything pre-LSE.
Clang does not currently have this enabled on FreeBSD (search for
`IsAArch64OutlineAtomicsDefault` there) but there doesn't seem to be any
specific reason not. Thus, enable it here.outline-atomics by default on AArch64 FreeBSD1 parent 2105a25 commit baebc7a
File tree
1 file changed
+1
-1
lines changed- compiler/rustc_target/src/spec/targets
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments