[PATCH] Add C99 FP_FAST_FMA{,F,L} macros to math.h
Ulrich Drepper
drepper@gmail.com
Mon Oct 18 15:17:00 GMT 2010
On Fri, Oct 15, 2010 at 16:36, Michael Meissner
<meissner@linux.vnet.ibm.com> wrote:
> + #if __FP_FAST_FMA
> + #define FP_FAST_FMA 1
> + #endif
> +
> + #if __FP_FAST_FMAF
> + #define FP_FAST_FMAF 1
> + #endif
> +
> + #if __FP_FAST_FMAL
> + #define FP_FAST_FMAL 1
> + #endif
The indentation is wrong. Nested preprocessor directives need spaces
after the #.
More information about the Libc-alpha
mailing list