This is the mail archive of the libc-alpha@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]

Re: valgrind support for glibc/kernel arm64 HWCAPS


On Wednesday 05 July 2017 09:12 PM, Mark Wielaard wrote:
> I am not sure I understand this part.
> What are micro-architecture specific routines?

These are routines written specifically for vendor CPUs, such as the
thunderx version of memcpy and memmove.  The HWCAP_CPUID allows for such
routines to be launched on the correct hardware, but when run under
valgrind, those routines will not get called and any potential bugs in
those routines may get masked.

Siddhesh


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