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] Add C99 FP_FAST_FMA{,F,L} macros to math.h


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 #.


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