reference icon indicating copy to clipboard operation
reference copied to clipboard

Document target_has_atomic

Open Mark-Simulacrum opened this issue 3 years ago • 4 comments

cc https://github.com/rust-lang/rust/issues/32976

Mark-Simulacrum avatar Feb 16 '22 02:02 Mark-Simulacrum

Thanks! Can you say what the implications are for a target to implement these? Is it mostly that the items in core::sync::atomic are available? Would it make sense to include a link to ../core/sync/atomic/index.html?

Can this also include a small mention that the support for smaller sizes may be implemented by the larger ones? (If that makes sense?)

ehuss avatar Feb 17 '22 17:02 ehuss

Ping @Mark-Simulacrum Just wondering if you can respond to the questions above?

ehuss avatar Mar 27 '22 21:03 ehuss

Yes, it's on my to-do list. Have been quite busy last couple weeks, hoping to get to it soon.

Mark-Simulacrum avatar Mar 29 '22 00:03 Mark-Simulacrum

Sorry for the long delay here. I've pushed up a new version which tries to cover those topics -- and links to the documentation. Hopefully that helps.

Mark-Simulacrum avatar Apr 20 '22 17:04 Mark-Simulacrum

@ehuss pushed the adjustment to just drop the mention of the unstable API.

Mark-Simulacrum avatar Oct 03 '22 22:10 Mark-Simulacrum