Skip to content

i486 targets #70

Description

@seritools

Set target cpu to i486, reduce max_atomic_width to 32.

There are two places that unconditionally use 64bit atomics in windows code:

  • futex.rs: Can just make conditional on #[cfg(target_has_atomic = "64")]
  • time.rs: can store the FREQUENCY value in a regular static mut global, and use an AtomicBool to indicate whether it's fully set already

Limits crates to those without AtomicU64/AtomicI64 usage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions