Re: [PATCH 04/17] arm: Add aligned-memory aliases to eabi_compat

2025-03-09 Thread Ilias Apalodimas
On Mon, 24 Feb 2025 at 07:56, Sam Edwards wrote: > > These are sometimes used by LLVM's code-generator, when it can guarantee that > the memory buffer being passed is aligned on a (4- or 8-byte) boundary. They > can safely be aliased to the unaligned versions. > > Signed-off-by: Sam Edwards > ---

[PATCH 04/17] arm: Add aligned-memory aliases to eabi_compat

2025-02-23 Thread Sam Edwards
These are sometimes used by LLVM's code-generator, when it can guarantee that the memory buffer being passed is aligned on a (4- or 8-byte) boundary. They can safely be aliased to the unaligned versions. Signed-off-by: Sam Edwards --- arch/arm/lib/eabi_compat.c | 12 1 file changed,