-
Notifications
You must be signed in to change notification settings - Fork 389
Closed
Labels
A-concurrencyArea: affects our concurrency (multi-thread) supportArea: affects our concurrency (multi-thread) supportA-shimsArea: This affects the external function shimsArea: This affects the external function shimsE-good-first-issueA good way to start contributing, mentoring is availableA good way to start contributing, mentoring is available
Description
In rust-lang/rust#82391 I had to disable some tests because Miri does not support atomic_min/max.
In #1653, an attempt was made to implement those intrinsics. The general approach looks good but see that PR for some of the remaining issues that need to be solved before landing this (also, there'll be lots of conflicts due to #1716).
Metadata
Metadata
Assignees
Labels
A-concurrencyArea: affects our concurrency (multi-thread) supportArea: affects our concurrency (multi-thread) supportA-shimsArea: This affects the external function shimsArea: This affects the external function shimsE-good-first-issueA good way to start contributing, mentoring is availableA good way to start contributing, mentoring is available