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: Testing g77 with LAPACK 3.0


>I dont know about the g77 implementation of CMPLX.

Same as F90, according to the docs.  (Which are generated from the same
data base from which *some* of the pertinent code is generated, so I'd
expect the docs and compiler to agree.)

So, you're right, I shouldn't just recommend substituting CMPLX(A,B) for
(A,B) in extended FORTRAN 77 code, since (A,B) presumably is DOUBLE
COMPLEX when A or B are DOUBLE PRECISION.

        tq vm, (burley)


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