rust/compiler/rustc_codegen_ssa
Matthias Krüger b8c55b438d
Rollup merge of #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 https://github.com/rust-lang/compiler-builtins/issues/788).
2025-05-10 16:26:02 +02:00
..
2025-03-24 19:38:16 +03:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.