(j3.2006) an intrinsic for SORT()

Van Snyder van.snyder
Tue Feb 6 14:45:10 EST 2018


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?




More information about the J3 mailing list