From 885a063fca81fe86844ad1161b9b63ac6c61bb76 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sat, 21 Nov 2020 16:06:46 +0300 Subject: [PATCH] Updated release notes for Boost.Atomic --- feed/history/boost_1_75_0.qbk | 1 + 1 file changed, 1 insertion(+) diff --git a/feed/history/boost_1_75_0.qbk b/feed/history/boost_1_75_0.qbk index ea1cedb2..d38fc721 100644 --- a/feed/history/boost_1_75_0.qbk +++ b/feed/history/boost_1_75_0.qbk @@ -53,6 +53,7 @@ Please keep the list of libraries sorted in lexicographical order. * [phrase library..[@/libs/atomic/ Atomic]:] * Implemented SSE2 and SSE4.1 versions of address lookup algorithm, which is used in the internal lock pool implementation. This may improve performance of waiting and notifying operations in heavily contended cases. + * Fixed a possible compilation error on AArch64 targets caused by incorrect instructions generated for bitwise (logical) operations with immediate constants. ([github atomic 41]) * [phrase library..[@/libs/beast/ Beast]:] * This update brings bug fixes and support for the `BOOST_ASIO_ENBALE_HANDLER_TRACKING` compile flag from Boost.Asio: