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: [PATCH 7/N v2] [x86_64] Vectorized math functions


On Fri, 17 Apr 2015, Andrew Senkevich wrote:

> My question is do we need to test this new SSE2 version (which is just
> simple wrapper to scalar one)?

Well, we need to test each entry point.  One of the existing deficiencies 
of IFUNC testing (which would also apply to the CPU tests here) is that we 
don't test the different variants of libm functions for different 
processors - I don't think you need to address that in your patch.  (So 
make sure the SSE2 entry point is tested, but which function that testing 
calls may depend on the processor.)

-- 
Joseph S. Myers
joseph@codesourcery.com


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