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]

machine/ieeefp.h isfinite speedup


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

Attachment: ieee.patch
Description: ieee.patch


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