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/37131] inline matmul for small matrix sizes


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37131

--- Comment #29 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Further ideas:

- Handling of TRANSPOSEd arguments

- Temporaries for arguments which are not plain arrays

- Remove size<0 checks (the DO loops will do that on their own)

- Remove double run-time checks, both at the beginning and in the DO loops
themselves


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