https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66094
Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jvdelisle at gcc dot gnu.org --- Comment #4 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- (In reply to Thomas Koenig from comment #3) > Created attachment 37371 [details] > Patch to handle matmul(a, transpose(b)) > > This very straightforward patch handles matmul(a, transpose(b)). > > I wonder if it would still be suitable for the current status on trunk... I think it is important enough and the patch is narrow in scope and relatively safe, so I vote it in as soon as possible.