develooper Front page | perl.perl5.porters | Postings from August 2011

Re: NV_PRESERVES_UV, NV_PRESERVES_UV_BITS

Thread Previous | Thread Next
From:
Nicholas Clark
Date:
August 1, 2011 02:48
Subject:
Re: NV_PRESERVES_UV, NV_PRESERVES_UV_BITS
Message ID:
20110801094754.GL23881@plum.flirble.org
On Mon, Aug 01, 2011 at 04:56:04PM +1000, NormW wrote:
> Hi,
> In my NetWare build config.h, and setting the above defines in config.h:
> 
> UVTYPE is unsigned long == 4 bytes
> NVTYPE is double == 8 bytes
> 
> I assume therefore that NV_PRESERVES_UV should be defined and 
> NV_PRESERVES_UV_BITS should be set at 32?

Yes. On a 32 bit x86 Linux system I see:

$ grep NV_PRES config.h
/* NV_PRESERVES_UV:
/* NV_PRESERVES_UV_BITS:
#define NV_PRESERVES_UV
#define NV_PRESERVES_UV_BITS    32

Nicholas Clark

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About