[PATCH 7/N] [x86_64] Vectorized math functions
Joseph Myers
joseph@codesourcery.com
Fri Nov 28 23:40:00 GMT 2014
On Tue, 25 Nov 2014, Andrew Senkevich wrote:
> diff --git a/include/libm-simd-decl-stubs.h b/include/libm-simd-decl-stubs.h
As a header not intended to be directly included by users, this should be
in bits/, and have the standard checks against direct inclusion / #error
if the relevant header that should include it hasn't been included.
> +#define __SIMD_DECL(function) __CONCAT (__DECL_SIMD_,function)
> +
> +#define __MATHCALL_VEC(function,suffix, args) \
> + __SIMD_DECL (__MATH_PRECNAME (function,suffix)) \
> + __MATHCALL (function,suffix, args)
There should be spaces after commas consistently.
--
Joseph S. Myers
joseph@codesourcery.com
More information about the Libc-alpha
mailing list