This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: QNaN and SNaN definitions


On Wed, Mar 20, 2002 at 10:28:14PM +0100, Hartvig Ekner wrote:
> 
> I would really like to avoid especially ieee754 branching off into a 
> separate MIPS file, since it contains a lot of other stuff than the
> quiet_nan thing.
> 

# find sysdeps  -name ieee754.h
sysdeps/arm/ieee754.h
sysdeps/ia64/ieee754.h
sysdeps/ieee754/ieee754.h
sysdeps/ieee754/ldbl-128/ieee754.h
sysdeps/sparc/sparc32/ieee754.h

MIPS is not alone. Just add

sysdeps/mips/ieee754.h
sysdeps/mips/bits/nan.h

MIPS should be fine.


H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]