On Mon, 25 Aug 2008, Rob Landley wrote: > UCLIBC_HAS_STRING_GENERIC_OPT > UCLIBC_HAS_STRING_ARCH_OPT > > Um, am I supposed to pick one? Both are enabled by default, and both say > they should be Y. Do both get used at the same time by the same arch?
When both are Y, I think the latter overrides the former for string functions where arch optimized versions exist, but reverts to the generic optimized functions where they don't. /Ricard -- Ricard Wolf Wanderlöf ricardw(at)axis.com Axis Communications AB, Lund, Sweden www.axis.com Phone +46 46 272 2016 Fax +46 46 13 61 30 _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
