Re: cmath vs. math.h vs isfinite
Thomas Klausner <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.toolchain |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 25, 2026 at 02:00:56PM +0100, Valeriy E. Ushakov wrote: > On Tue, Aug 25, 2026 at 12:08:25 +0200, Thomas Klausner wrote: > > > cython 3.3.0 uncovered a problem in our headers, at least compared to > > other systems. > > You are not telling which compiler / which netbsd version do you use. > E.g. on my 10-stable both versions of the program fail with > "'isfinite' was not declared". 11.99.7/x86_64 with the default gcc 14.3.0. Thomas