From: "Martin Storsjö" Subject: Re: [PATCH] msvcrt: Use unaligned data types in memset. Message-Id: Date: Thu, 16 Sep 2021 15:43:26 +0300 (EEST) In-Reply-To: References: On Thu, 16 Sep 2021, Piotr Caban wrote: > > This fixes a regression in memset on ARM described by Martin: > ARM can do 64 bit writes with the STRD instruction, but that > instruction requires a 32 bit aligned address - while these stores > are unaligned. > > Signed-off-by: Piotr Caban > --- > dlls/msvcrt/string.c | 32 ++++++++++++++++++-------------- > 1 file changed, 18 insertions(+), 14 deletions(-) Thanks! Signed-off-by: Martin Storsjö // Martin