Skip to content

1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 03:59
· 372 commits to main since this release
  • Add cfg_{has,no}_atomic_{8,16,32,64,128,ptr} macros to enable code when the corresponding atomic implementation is available/unavailable.

  • Add cfg_{has,no}_atomic_cas macros to enable code when atomic CAS/RMW implementation is available/unavailable.

  • Improve support for RISC-V targets without atomic CAS.