Skip to content

crossbeam-utils 0.8.7

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Feb 12:56
· 349 commits to master since this release
2988f87
  • Add AtomicCell<{i*,u*}>::{fetch_max,fetch_min}. (#785)
  • Add AtomicCell<{i*,u*,bool}>::fetch_nand. (#785)
  • Fix unsoundness of AtomicCell<{i,u}64> arithmetics on 32-bit targets that support Atomic{I,U}64 (#781)