Apple backs off of breaking Face ID after DIY iPhone 13 screen replacements
theverge.com4 pointsby kolbusa1 comments
C[n * 16 + m] += A[k * 16 + m] * B[k * 16 + n];
Which means that actually *m* is the leading dimension of A with stride 16, and for B it is *n* with stride 16.