Hello Wez,

the general idea is from other source (one that MS copied from ..i forgot
the details). On the mentioned systems a double is 8 bytes (wow). And hence
i need to DWORDS to set it, one gein the high DWORD and one the low. Does
that sound meaningful enough - or do you have a better idea for the name?
Or should i just add the xy_LOW words as 0x00000000 too?

marcus

Friday, March 26, 2004, 1:21:27 AM, you wrote:


>> +#define PHP_DOUBLE_INFINITY_HIGH       0x7ff00000
>> +#define PHP_DOUBLE_QUIET_NAN_HIGH      0xfff80000
>> +
>> +static double php_get_inf()
>> +{
>> +#if defined(__i386__) || defined(_X86_) || defined(ALPHA) ||
> defined(_ALPHA) || defined(__alpha)
>> + double val;
>> + ((php_uint32*)&val)[1] = PHP_DOUBLE_QUIET_NAN_HIGH;
>                                ^^^^^^^^^^
> Should this one really be PHP_DOUBLE_INFINITY_HIGH ?

> --Wez.




-- 
Best regards,
 Marcus                            mailto:[EMAIL PROTECTED]

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to