
24 Sep
2021
24 Sep
'21
4:14 p.m.
On Thu, Sep 02, 2021 at 05:00:19PM +0200, Stefan Roese wrote:
This patch enables the use of the optimized memset(), memmove() & memcpy() versions recently added on ARM64.
Please note that these optimized functions are now only enabled for recent GCC versions (>= 9.4), as earlier GCC versions throw these errors:
aarch64-linux-ar: warning: arch/arm/lib/memset-arm64.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0000000 ...
Signed-off-by: Stefan Roese sr@denx.de
Changed to default n on ARM64 and applied to u-boot/next, thanks!
--
Tom