Files
rust/src
bors 88665133b7 Auto merge of #2512 - cbeuw:scfix, r=RalfJung
Strengthen C++20 SC accesses

`@SabrinaJewson` noted in #2301 that Miri could produce behaviours forbidden under C++20 even without SC fences. Due to the added coherence-ordered before relationship which is created from read from and read before, plus the fact that coherence-ordered before between SC operations must be consistent with the Global Total Order S, in C++20 if there's an SC load that reads from any store, then a later SC load cannot read before that store. This PR adds this restriction
2022-08-28 13:20:54 +00:00
..
2022-08-26 17:43:04 -04:00
2022-08-27 08:57:06 -04:00
2022-08-18 16:36:53 -04:00
2022-08-22 14:48:47 -04:00
2022-08-27 15:56:00 -04:00
2022-06-08 08:06:32 -04:00