2
0
mirror of https://github.com/boostorg/atomic.git synced 2026-01-19 04:02:09 +00:00

Added a release note for the thread_pause fix on Apple PowerPC.

This commit is contained in:
Andrey Semashev
2025-12-13 19:15:49 +03:00
parent 3840be856e
commit 8491f958de

View File

@@ -7,6 +7,10 @@
[section:changelog Changelog]
[heading Boost 1.91]
* Fixed compilation of `thread_pause` on PowerPC with Apple compilers. ([github_issue 79])
[heading Boost 1.89]
* Added TSAN instrumentation in asm-based x86, AArch32, AArch64 and PPC backends. This silences TSAN false errors for code using Boost.Atomic for thread synchronization.