K 10 svn:author V 4 alex K 8 svn:date V 27 1998-11-02T00:14:50.000000Z K 7 svn:log V 296 Optimize bzero() by unrolling the aligned quadword loop and moving the length manipulation away from the length comparison. Measurements on beast.cdrom.com show >3X improvement over the original code on large block sizes, putting the performance on par with the optimized assembly code in libc. END