Skip to content

Commit f57b936

Browse files
committed
no benefit to calling the generic version here
1 parent a87efcd commit f57b936

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/matmul.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,6 @@ Base.@constprop :aggressive function generic_matmatmul_wrapper!(C::StridedMatrix
578578
matmul_size_check(size(C), (mA, nA), (mB, nB))
579579
return _rmul_or_fill!(C, β)
580580
end
581-
matmul2x2or3x3_nonzeroalpha!(C, tA, tB, A, B, α, β) && return C
582581

583582
if A === B
584583
tA_uc = uppercase(tA) # potentially strip a WrapperChar

0 commit comments

Comments
 (0)