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]

Re: gcc-2.95 and complex on the alpha



law@cygnus.com said:
> Anytime you access a complex value in which the sub-components are
> less than the size of the target machine's word size you are going to
> have problems, It has nothing to do with optimization.

> In this case you have a complex with "float" sub-components.  floats
> are 32bits and the word size on an alpha is 64 bits.  You lose. 

So, am I correct in assuming that I can't have "float complex" on the alpha and
the glibc is mistaken in trying to implement them on the alpha ?

Should this be propagated to the glibc-bug mailing list ?

					Christian



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