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


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


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