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 00:36:08 +0300
commita235b32f7b3f9c3a5292d6c50efe53aa64fed738 (patch)
tree33a8c47093ce8a7f3665d5d79d30f9a92edcae04
parente41e5a079fca059504bcfb45bef9de0a11011dd6 (diff)
downloadlibatomic_ops-a235b32f7b3f9c3a5292d6c50efe53aa64fed738.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 8686ff3..a319bf3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -184,11 +184,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 ==
@@ -418,9 +421,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 ==