This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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: machine/ieeefp.h isfinite speedup


On 11/02/10 03:26 PM, Howland Craig D (Craig) wrote:
The attached patch makes the same speedup edits to the isfinite macro
in machine/ieeefp.h as had been done some time ago in math.h, calling
fpclassify only once instead of possibly twice.  It also avoids the
un-necessary use of __typeof__ (as did the earlier math.h edit).
Craig

Patch applied.


-- Jeff J.


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