If isinf() is not available on a target platform, use our own imlementation...
If isinf() is not available on a target platform, use our own imlementation via finite() and isnan(). If either of the last two is not available as well, use simple replacements which are platform-neutral, but slower than compiler intrinsics.
Showing
Please register or sign in to comment