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: