This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/18858] _HAVE_STRING_ARCH_xxx aren't defined for i386 nor x86_64


https://sourceware.org/bugzilla/show_bug.cgi?id=18858

--- Comment #1 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
I think _HAVE_STRING_ARCH_mempcpy is expected to be defined only when 
mempcpy is an alternative entry point to memcpy, as otherwise using 
mempcpy will increase cache usage and so inlining the expansion in terms 
of memcpy is expected to be more efficient.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]