[PATCH, AARCH64] Optimized memset

Marcus Shawcroft marcus.shawcroft@gmail.com
Thu Jul 30 13:36:00 GMT 2015


On 17 July 2015 at 16:50, Wilco Dijkstra <wdijkstr@arm.com> wrote:

> It turns out there was a typo in this instruction due to testing for
> different zva values:
>
>         and     tmp1w, tmp1w, 4 (should be 15)
>
> As a result memset fails if you use a dz zva value other than the
> common setting of 64 bytes. With the change it correctly works with
> any legal setting, and aarch64_be-none-elf passes.
>
> Attached is the fixed version of the patch.

Wilco, Thanks for fixing this, committed.
Cheers /Marcus



More information about the Newlib mailing list