-
Work around nightly-2025-02-24 rustc regression causing "cannot use value of type
*mut T
for inline assembly" error on RISC-V without A extension, MSP430, and pre-v6 no-std Arm targets. (eeb0235) -
Support
AtomicF16
andAtomicF128
for unstablef16
andf128
under unstable cfgs. (#200) -
RISC-V Zacas extension support is no longer experimental. (#206)
-
Improve support of run-time detection and outline-atomics:
- riscv: Enable run-time detection of Zacas extension by default on Linux/Android. (#207)
- aarch64: Support run-time detection of FEAT_LRCPC3/FEAT_LSE128 on FreeBSD. (6a5075d)
- powerpc64: Support run-time detection of quadword-atomics on AIX (currently disabled by default because detection support for AIX is experimental). (#102)