This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]: Expand finite() as inline i386 asm


On Wed, Jan 31, 2007 at 04:58:32PM -0800, Richard Henderson wrote:
>   isfinite(d) => islessequal(fabs(d), DBL_MAX)

Oh, and I should note that this doesn't require *any* optabs,
since its completely generic.


r~


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