Harvey Harrison <harvey.harrison@gmail.com> writes:
gcc sometimes decides to not inline memcmp, so an out of line
version is always needed even when __builtin_memcmp is used.
While in theory x86 could supply an optimized version,
memcmp is relatively rarely used (and in many cases inlined),
so adding an assembler version for x86 is likely not worth
it.
-Andi
--
ak@linux.intel.com
--