mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +03:00
21d3d5c47c
As with memcpy(), we can reduce the code size (by an average of 0.2%) by giving the compiler more visibility into what memset() is doing, and by avoiding the "rep" prefix on short fixed-length sequences of string operations. Signed-off-by: Michael Brown <mcb30@ipxe.org>