On Mon, Dec 12, 2005 at 07:57:00PM +1100, Ken Foskey wrote: > Enforcing standards with gcc -ansi is a bad idea it looks like :-( This > draws in the gcc builtins and they do not perform as well.
You are buliding with optimisation on right (-03 or similar)? If you want fast memcmp() do it on an architecture that doesn't have the register pressure of x86, like, oh, say, Itanium :) -i [EMAIL PROTECTED] http://www.gelato.unsw.edu.au
signature.asc
Description: Digital signature
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
