From 8dc10b7a37ef8646e46934abbeaee4333a24b9ce Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Thu, 4 Sep 2025 18:07:00 +0100 Subject: [PATCH] Updated version and release notes --- support/Release notes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/support/Release notes.txt b/support/Release notes.txt index 9c6b95b9..350ca3a9 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -2,6 +2,7 @@ 20.43.1 Updates: +Added automatic use of __builtin_memcpy, __builtin_memmove, __builtin_memset, __builtin_memcmp, and __builtin_memchr for GCC and Clang, if available. #1170 Place a typed pointer instead of a bool into etl::typed_storage Modified the storage used by etl::typed_storage to be a union, along the lines of etl::optional. Added etl::typed_storage_ext to wrap external storage.