This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: real.c on unicosmk


On Wed, May 22, 2002 at 01:25:32PM -0400, Stephen L Moshier wrote:
> 
> > Bonus points if you can persuade EMUSHORT to be 16 bits on 32-bit
> > architectures and 32 bits on 64-bit architectures (this would be most
> > efficient on both).
> 
> You can get a 32-bit version of the arithmetic from
>   www.netlib.org/cephes/qfloat.tgz.
> It runs about twice as fast as the 16-bit version.

Thanks, I'll check that out.

> That would not solve the problem that EMUSHORT is used for
> packing and unpacking data formats.

This is the requirement that Roman and I are trying to get rid of.

> There doesn't seem to be any reason why REAL_ARITHMETIC is required
> in alpha.{c,h,md} (I'm looking in gcc-3.1).

In 3.2, REAL_ARITHMETIC is unconditionally on all the time.  It's
amazing how much crap vanishes when there is only one supported method
of doing floating-point calculations.

I don't think any of that made it into 3.1.

zw


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