Closed LinuxHeki closed 1 month ago
True... Does that mean this crate can't be ported platforms without atomic ptr?
platforms without atomic ptr
"critical-section" feature is a feature to use sync
/race
in such targets.
https://github.com/matklad/once_cell/blob/c48d3c2c01de926228aea2ac1d03672b4ce160c1/Cargo.toml#L48-L51
Should this be closed now?
Add support for platforms without support for atomic operations on pointers (such as
thumbv6m-none-eabi
).