also test AcqRel fence
This commit is contained in:
parent
cc0468b4bc
commit
62f08eb416
1 changed files with 1 additions and 0 deletions
|
|
@ -69,4 +69,5 @@ fn atomic_fences() {
|
|||
fence(SeqCst);
|
||||
fence(Release);
|
||||
fence(Acquire);
|
||||
fence(AcqRel);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue