Commit db5831c
authored
Rollup merge of rust-lang#140660 - RalfJung:more-order, r=WaffleLapkin
remove 'unordered' atomic intrinsics
As their doc comment already indicates, these operations do not currently have a place in our memory model. The intrinsics were introduced to support a hack in compiler-builtins, but that hack recently got removed (see rust-lang/compiler-builtins#788).1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2454 | 2454 | | |
2455 | 2455 | | |
2456 | 2456 | | |
2457 | | - | |
2458 | 2457 | | |
2459 | 2458 | | |
2460 | 2459 | | |
| |||
0 commit comments