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/5 v3] New generic powf


On Fri, 29 Sep 2017, Szabolcs Nagy wrote:

> +#if TOINT_INTRINSICS
> +#define POWF_SCALE_BITS EXP2F_TABLE_BITS
> +#else
> +#define POWF_SCALE_BITS 0
> +#endif

Missing preprocessor indentation inside #if ("# define").  OK with that 
fixed, provided you've done execution testing of this code on 
architectures both with and without TOINT_INTRINSICS used.

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