You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 2 handwritten litmus tests that seem to have issues.
SWAP-LR-SC does not account for if both LRs complete before the SCs. The filter should say "0:x7=0 /\ 1:x7=0" to exclude this scenario.
ISA03+SIMPLE does not have a proper spinlock implementation. Either there needs to be a branch back upon amoswap.w.aq fail (t0 != 0) or the filter should be "0:t0=0 / 1:t0=0" if only one spinlock acquire succeeds.
The text was updated successfully, but these errors were encountered:
There are 2 handwritten litmus tests that seem to have issues.
SWAP-LR-SC does not account for if both LRs complete before the SCs. The filter should say "0:x7=0 /\ 1:x7=0" to exclude this scenario.
ISA03+SIMPLE does not have a proper spinlock implementation. Either there needs to be a branch back upon amoswap.w.aq fail (t0 != 0) or the filter should be "0:t0=0 / 1:t0=0" if only one spinlock acquire succeeds.
The text was updated successfully, but these errors were encountered: