This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

unflattening fortran matrices


   It appears that gfortran is going to be poorly vectorized
due to the use of a flat representation of multidimensional
matrices. Has any thought been given to creating a branch to
begin work on conversion to a non-flat matrix representation?
Also how common is it among fortran compilers to use a
flat representation for matrices?
         Jack
ps Specifically I am taking about PR33113.


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