This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/37131] inline matmul for small matrix sizes
- From: "tkoenig at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Dec 2008 19:58:57 -0000
- Subject: [Bug fortran/37131] inline matmul for small matrix sizes
- References: <bug-37131-10391@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from tkoenig at gcc dot gnu dot org 2008-12-04 19:58 -------
(In reply to comment #5)
> For comparison with ifort ("loop was vectorized" in lines 40, 41, 43):
> matmul = 2.660166 s
> subroutine without explicit interface: 0.0000000E+00 s
> subroutine with explicit interface: 0.0000000E+00 s
> inline with sum 0.0000000E+00 s
ifort detects that the call to invalidate doesn't actually invalidate
anything and so just removes the whole matmul stuff.
Intelligent, but bad for benchmarks :-)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37131