On Wed, 11 Jul 2007, David Laight wrote: > Hmmm, you probably don't want the compiler to inline bcmp() as > 'rep cmpsb' - unless the buffers are the same for a considerable > number of bytes, the C loop is likely to be faster. Certainly not. 'rep cmpsb' wouldn't even execute on a SPARC. :) Eduardo