Re: [fortran] New version of matmul inline patch

2015-04-15 Thread Tobias Burnus
Hello Thomas, first, thanks for working on an inline version of matmul. (I wonder whether there is a PR which would be fixed by it; presumably yes. Secondly, I wonder whether we then still need the version in the library; if not, can you when the final patch is in update https://gcc.gnu.org/wiki/

[fortran] New version of matmul inline patch

2015-04-14 Thread Thomas Koenig
Hello world, here is the newest version of the matmul patch. This also honors the -finline-matmul-limit= option, either at compile-time or at run-time. Question: What to do about run-time bounds checking? I am leaning towards making an intrinsic subroutine which can not be called by the user, a