Gate atomic intrinsics on presence of instructions#324
Merged
alexcrichton merged 1 commit intorust-lang:masterfrom Nov 11, 2019
Merged
Gate atomic intrinsics on presence of instructions#324alexcrichton merged 1 commit intorust-lang:masterfrom
alexcrichton merged 1 commit intorust-lang:masterfrom
Conversation
Don't emit the intrinsics for platforms which don't actually have the instructions to do atomic loads/stores. Closes rust-lang#322
alistair23
approved these changes
Nov 11, 2019
rminnich
added a commit
to rminnich/oreboot
that referenced
this pull request
Nov 12, 2019
Fixed by rust-lang/compiler-builtins#324 This reverts commit f506d39.
rminnich
added a commit
to rminnich/oreboot
that referenced
this pull request
Nov 12, 2019
Fixed by rust-lang/compiler-builtins#324 This reverts commit f506d39. Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
alistair23
pushed a commit
to oreboot/oreboot
that referenced
this pull request
Nov 12, 2019
Fixed by rust-lang/compiler-builtins#324 This reverts commit f506d39. Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
bors
added a commit
to rust-lang/rust
that referenced
this pull request
Dec 9, 2019
Bump compiler-builtins - rust-lang/compiler-builtins#306 - rust-lang/compiler-builtins#309 - rust-lang/compiler-builtins#310 - rust-lang/compiler-builtins#311 - rust-lang/compiler-builtins#312 - rust-lang/compiler-builtins#313 - rust-lang/compiler-builtins#315 - rust-lang/compiler-builtins#317 - rust-lang/compiler-builtins#323 - rust-lang/compiler-builtins#324 - rust-lang/compiler-builtins#328 Adds support for backtraces from `__rust_probestack` plus other goodies. r? @alexcrichton
tgross35
added a commit
to tgross35/compiler-builtins
that referenced
this pull request
Feb 23, 2025
Fix release-plz workflow configuration
tgross35
pushed a commit
that referenced
this pull request
Jan 31, 2026
Don't emit the intrinsics for platforms which don't actually have the instructions to do atomic loads/stores. Closes #322
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Don't emit the intrinsics for platforms which don't actually have the
instructions to do atomic loads/stores.
Closes #322