This is the mail archive of the gcc-bugs@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]

[Bug fortran/29550] Optimize -fexternal-blas calls for conj()



------- Comment #1 from fxcoudert at gcc dot gnu dot org  2006-10-22 18:45 -------
The current code already recognizes matrix transposition and gives BLAS gemm
functions the right TRANSA and TRANSB argument in this case.

Confirmed for CONJG, which we don't currently handle.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |missed-optimization
      Known to fail|                            |4.3.0
   Last reconfirmed|0000-00-00 00:00:00         |2006-10-22 18:45:29
               date|                            |
            Summary|Optimize -fexternal-blas    |Optimize -fexternal-blas
                   |calls for transpose()/conj()|calls for conj()


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29550


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