On Friday 09 October 2009 05:12:20 Alessandro Rubini wrote: > + /* while all data is aligned (common case), copy a word at a time */ > + if ( (((ulong)dest | (ulong)src | count) & (sizeof(*dl) - 1)) == 0) {
i think you want to drop the count from the list, otherwise we dont consume the leading groups of 4 bytes if count isnt a multiple of 4. otherwise, it's pretty crazy how generic yet optimized the resulting C should be :). acked-by-me. -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot