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: Need a way to test ifunc functions


On Wed, Nov 10, 2010 at 12:29, H.J. Lu <hjl.tools@gmail.com> wrote:
> With IFUNC functions, glibc testsuite can only test one implementation.
> We need a way to test SSE2/SSSE3/SSE4 implementations on SSE4
> machines.

You do unit testing.  Link the test app against the .o/.os file and
call the function y its real name (__strcmp_sse4 etc).


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