On Tue, 2018-02-06 at 18:52 +0000, Bill Long wrote: > We have other, similar, intrinsics. MATMUL, for example. If I write MATMUL(TRANSPOSE(A),B) will most processors create a temp for TRANSPOSE(A), or will they do what DGEMM does and handle the TRANSPOSE as a flag that changes how the multiply is done?