andfoy / pywinpty

Pseudoterminals for Windows in Python
MIT License
116 stars 27 forks source link

Bump portable-atomic from 1.6.0 to 1.7.0 #430

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps portable-atomic from 1.6.0 to 1.7.0.

Changelog

Sourced from portable-atomic's changelog.

[1.7.0] - 2024-07-19

  • Support run-time detection for cmpxchg16b on x86_64 on pre-1.69 rustc. (#154)

  • Make into_inner const fn on Rust 1.56+. (align to the std atomic change in Rust 1.79) (dee1f89)

  • Work around rustc_codegen_gcc bug on x86_64. (d938f77)

  • Optimize x86_64 atomics.

    • Optimize 128-bit load/store on Zhaoxin CPU with AVX. (86cee8f)
    • Optimize 128-bit SeqCst store on Intel/AMD/Zhaoxin CPU with AVX. (#156, 0483042)
    • Remove needless test in CAS. (573e025)
  • Make rustc version detection robust for custom toolchains. (f8ea85e)

  • Respect RUSTC_WRAPPER in rustc version detection.

  • Our build script is now less likely to be re-run unnecessarily in versions where the cargo bug fix is available (cargo 1.79+). (52c277b)

Commits
  • e10c624 Release portable-atomic 1.7.0
  • 195bc74 Update changelog
  • 8a3181c Update arm/aarch64-related comments
  • 3a3965d detect: Reduce scope of #[allow]
  • 11bbfbc Add todo comments
  • 4a78b8b Update docs to mention portable-atomic-util
  • 0483042 x86_64: Use xchg instead of lock or
  • 86cee8f x86_64: Optimize 128-bit atomic load/store on Zhaoxin CPU with AVX
  • 58a2ebb Update esp-hal requirement from 0.18 to 0.19 in /tests/xtensa
  • dbf36ed Update esp-println requirement from 0.9 to 0.10 in /tests/xtensa
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)