https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241550
Dimitry Andric <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #3 from Dimitry Andric <[email protected]> --- Ah, I see we also have a different implementation of __isnan and __isnanf (but not __isnanl) in lib/libc/gen/isnan.c. That one actually tests IEEE bits, instead of just doing "x != x". So maybe that is the reason we can't expose __isnan, for backwards compatibility? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
