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

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #19 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
This is about what I had in mind for a first commit.  More to do afterwards:

- Get more test cases
- Handle TRANSPOSE
- Better handling of temporaries
- Remove the unnecessary run-time bounds checks
- I forgot to make fe_runtime_error inaccessible to the user (trivial)
- %ld may be doning the wrong thing in error reporting for bounds check with 32
bit


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