Skip to content

0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 20:31
· 1536 commits to main since this release
  • Remove i128 feature. Atomic{I,U}128 are now always enabled.

  • Add outline-atomics feature. Currently, this is the same as the 0.1's i128-dynamic, except that fallback feature is not implicitly enabled.

  • Remove i128-dynamic feature in favor of outline-atomics feature.

  • Add AtomicF{32,64}::as_bits.