This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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 v2 04/22] sim/erc32: Use fenv.h for host FPU access


On 19 Feb 2015 23:31, Jiri Gaisler wrote:
> +    fexc = fetestexcept(FE_ALL_EXCEPT);

fixed the spacing before the (

> +    feclearexcept(FE_ALL_EXCEPT);

here too

> +     fesetround(fround);

and here

otherwise, i think this makes the file much nicer to work with :).  merged!
-mike

Attachment: signature.asc
Description: Digital signature


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