zig/lib/compiler_rt
dweiller b7a887f0fb compiler-rt: optimize memcpy
The new memcpy function aims to be more generic than the previous
implementation which was adapted from an implementation optimized for
x86_64 avx2 machines. Even on x86_64 avx2 machines this implementation
should be generally be faster due to fewer branches in the small length
cases and generating less machine code.

Note that the new memcpy function no longer acts as a memmove.
2025-01-20 18:29:15 +11:00
..
2024-10-19 19:44:53 +01:00
2025-01-20 18:29:15 +11:00
2024-03-14 19:43:24 +02:00
2023-09-19 09:37:52 -07:00