summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-08-24 22:09:33 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-08-25 12:34:06 +0300
commit7f158cc58d63662044311c84743207af390917b7 (patch)
treed04eac2d3581e0ad3e7923e5747c2884640a91fd
parentc357c20150b6edcde486ec39f266beada85e931a (diff)
downloadlibatomic_ops-7f158cc58d63662044311c84743207af390917b7.tar.gz
Update ChangeLog file (v7.2 - v7.4 changes only)
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3d36a2..12baaa2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -211,11 +211,14 @@ Also, includes 7.4.6 changes
== [7.4.18] (not released yet) ==
+* Avoid AO_stack_t to cross CPU cache line boundary
* Do not assume 'ordered except earlier write' for UWP/arm64
+* Ensure result of AO_test_and_set is always AO_TS_CLEAR or AO_TS_SET
* Fix 'use of undeclared SIG_BLOCK' Clang error if -std=c89 on Cygwin
* Fix a typo in comment of AO_stack_push_explicit_aux_release
* Fix code indentation in main of test_stack.c
* Remove outdated comment about unsupported Win64 in atomic_ops_stack.h
+* Repeat black list check on CAS fail in stack_push_explicit_aux_release
== [7.4.16] 2021-09-13 ==
@@ -445,9 +448,11 @@ Also, includes 7.2 changes
== [7.2k] (not released yet) ==
+* Avoid AO_stack_t to cross CPU cache line boundary
* Fix a typo in comment of AO_stack_push_explicit_aux_release
* Fix code indentation in main of test_stack.c
* Remove outdated comment about unsupported Win64 in atomic_ops_stack.h
+* Repeat black list check on CAS fail in stack_push_explicit_aux_release
== [7.2j] 2021-09-12 ==