On Sat, May 09, 2009 at 12:25:31AM -0700, Eric Day wrote: > My linux vs sparc testing, completely unequal buffers. One thing > I find really strange is that gcc -O3 memcmp was slower than gcc > without a -O option.
Try -fno-builtin so that you're really running memcmp and not the gcc builtin. -- Stewart Smith _______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp

