Wilco Dijkstra writes:
> v2: further cleanups, improved comments
>
> Add support for inline memmove expansions. The generated code is identical
> as for memcpy, except that all loads are emitted before stores rather than
> being interleaved. The maximum size is 256 bytes which requires at most 1
ping
v2: further cleanups, improved comments
Add support for inline memmove expansions. The generated code is identical
as for memcpy, except that all loads are emitted before stores rather than
being interleaved. The maximum size is 256 bytes which requires at most 16
registers.
Passes regre
v2: further cleanups, improved comments
Add support for inline memmove expansions. The generated code is identical
as for memcpy, except that all loads are emitted before stores rather than
being interleaved. The maximum size is 256 bytes which requires at most 16
registers.
Passes regress/boot