[PATCH 3/N] [x86_64] Vectorized math functions
Joseph Myers
joseph@codesourcery.com
Fri Nov 21 17:58:00 GMT 2014
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
More information about the Libc-alpha
mailing list