|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] x86 string/memory inline functions
On 26 May 2006, at 13:19, Keir Fraser wrote:
I see you removed all the str* stuff. memcmp, however, suffers from
the same original problem, and I would doubt it is
used in performance critical code if none of the str* functions are.
We use the compiler intrinsic for memcmp, and have no inline asm
version.
Oh, ITYM memchr(). You're absolutely right. It doesn't have *any* users
so I'll just remove the incorrect inline asm version.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|