> You might also want to look into the MATMUL(A,TRANSPOSE(B)) optimization > that was discussed before: instead of creating a transposed temporary, just > create a copy of B's array descriptor with the x and y direction > interchanged. We (CodeSourcery) have a patch for this. It should be finished soon. Paul