Expand description

Atomic F32 implementation with num trait implementations

Structs

  • Given an enum value deriving FromPrimitive/ToPrimitive, handles storing the value as an atomic usize.
  • Simple atomic floating point variable with relaxed ordering.
  • Simple atomic floating point variable with relaxed ordering.

Traits