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


On Thu, 20 Nov 2014, Andrew Senkevich wrote:

> +print_defs jn
> +print_defs jnf
> +print_defs jnl
> +
> +print_defs cexp
> +print_defs cexpf
> +print_defs cexpl
> +
> +print_defs tgamma
> +print_defs tgammaf
> +print_defs tgammal

Rather than hardcoding this, I think it would be better to base it on the 
output of "grep 'START.*;$' libm-test.inc" (with a comment that once all 
functions use ALL_RM_TEST instead of using START directly, this code can 
be removed).

> +/* This generated header defines series of macros started with HAVE_VECTOR_ */

Comments need to end with ".  ".

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