[PATCH 2/5 v3] New generic powf
Joseph Myers
joseph@codesourcery.com
Fri Sep 29 16:22:00 GMT 2017
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
More information about the Libc-alpha
mailing list