• Home
  • Raw
  • Download

Lines Matching full:portable

1 # portable-atomic
3 ….io](https://img.shields.io/crates/v/portable-atomic?style=flat-square&logo=rust)](https://crates.…
4 …https://img.shields.io/badge/docs.rs-portable--atomic-blue?style=flat-square&logo=docs.rs)](https:…
7 …/workflow/status/taiki-e/portable-atomic/ci.yml?branch=main&style=flat-square&logo=github)](https:…
8 ….io/cirrus/github/taiki-e/portable-atomic/main?style=flat-square&logo=cirrusci)](https://cirrus-ci…
11 Portable atomic types including support for 128-bit atomics, atomic float, etc.
27 portable-atomic version of `std::sync::Arc` is provided by the [portable-atomic-util](https://githu…
35 portable-atomic = "1"
43 portable-atomic = { version = "1", default-features = false }
46 …re-cas` feature will allow the `portable-atomic` to display a [helpful error message](https://gith…
50 portable-atomic = { version = "1.3", default-features = false, features = ["require-cas"] }
61 See the [`atomic128` module's readme](https://github.com/taiki-e/portable-atomic/blob/HEAD/src/imp/…
73 …instructions for GPU targets in the future.](https://github.com/taiki-e/portable-atomic/issues/34))
79 …able. See [Usage](#usage) section and [#100](https://github.com/taiki-e/portable-atomic/pull/100) …
110 … provides a critical-section implementation and a crate that depends on portable-atomic as an opti…
114 portable-atomic = { version = "1", default-features = false, features = ["critical-section"] }
116 crate-uses-portable-atomic-as-feature = { version = "...", features = ["portable-atomic"] }
132 …See also the [`interrupt` module's readme](https://github.com/taiki-e/portable-atomic/blob/HEAD/sr…
136 …It is **very strongly discouraged** to enable this feature in libraries that depend on `portable-a…
165 … provide them as features as well. See [#94](https://github.com/taiki-e/portable-atomic/pull/94) f…
177portable-atomic's outline-atomics does not depend on the compiler-rt symbols, so even if you need …
179 …See also the [`atomic128` module's readme](https://github.com/taiki-e/portable-atomic/blob/HEAD/sr…
186 [#60]: https://github.com/taiki-e/portable-atomic/issues/60