chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] [PATCH] Fix isnormal() on Mingw, restore tests (fi


From: Kon Lovett
Subject: Re: [Chicken-hackers] [PATCH] Fix isnormal() on Mingw, restore tests (fixing #1062 properly)
Date: Mon, 24 Feb 2014 08:01:25 -0800

On Feb 23, 2014, at 4:48 AM, Peter Bex <address@hidden> wrote:

> Hi all,
> 
> While investigating how to make isnormal() work on Solaris (but before
> figuring out we need to define __C99FEATURES__), I came across an
> alternate solution involving __builting_isnormal, which apparently
> is a GCC builtin that performs the same function as the isnormal()
> macro defined in <math.h>.
> 
> This builtin seems to work properly on Mingw, so I think it's safe
> to undefine the broken isnormal and replace it with the builtin one

Passes "check" w/ MacOS 10.9

> on Windows.
> 
> Cheers,
> Peter
> -- 
> http://www.more-magic.net
> <0001-Fix-isnormal-problem-on-MingW-by-using-gcc-builtin-i.patch>_______________________________________________
> Chicken-hackers mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/chicken-hackers




reply via email to

[Prev in Thread] Current Thread [Next in Thread]