Skip to content

Commit 9585809

Browse files
committed
Fix gemm->fname in macro
1 parent 147dce6 commit 9585809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blas.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1488,7 +1488,7 @@ Update `C` as `alpha*A*B + beta*C` or the other three variants according to
14881488
"""
14891489
function gemm! end
14901490

1491-
for (gemm, elty) in
1491+
for (fname, elty) in
14921492
((:dgemm,:Float64),
14931493
(:sgemm,:Float32),
14941494
(:zgemm,:ComplexF64),

0 commit comments

Comments
 (0)