Squelch HOST_FLOAT_WORDS_BIG_ENDIAN
Richard Henderson
rth@redhat.com
Thu Mar 13 01:27:00 GMT 2003
On Wed, Mar 12, 2003 at 01:10:04AM -0800, Zack Weinberg wrote:
> + /* C99 doesn't allow use of hexadecimal floating constants
> + to represent infinities and NaN. Bleh. */
> if (! java_float_finite (fnum))
C99 doesn't, but GCC does. See __builtin_inf & __builtin_nan.
These builtins are intended to be usable anywhere regular fp
constants are. If that isn't the case, we have a bug.
r~
More information about the Java
mailing list