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


On Wed, 26 Nov 2014, Andrew Senkevich wrote:

> +/* Macros used for architecture check in math tests runtime. */
> +#define INIT_ARCH_EXT
> +#define CHECK_ARCH_EXT

I think the comments in the generic file need to say more about the 
semantics of these macros (in particular, that CHECK_ARCH_EXT should 
return if it determines, possibly using data set up by INIT_ARCH_EXT, that 
the test is running on hardware not supported by the function 
implementations to be tested).

-- 
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]