-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aarch64: Fix 128-bit SeqCst load when FEAT_LSE2 is enabled
This is the same bug that was recently fixed in GCC, and can be reproduced with the test added in the previous commit. ```sh # target: aarch64-apple-darwin cargo test -r --all-features --lib -- --test-threads=1 imp::aarch64::tests::stress_seqcst_load_swap_u128::load_seqcst_swap_seqcst ``` Refs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108891
- Loading branch information
Showing
2 changed files
with
21 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,6 +54,7 @@ isel | |
ishld | ||
isync | ||
kuser | ||
ldar | ||
ldaxp | ||
ldxp | ||
lghi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters