Commit 7b46941
committed
Add fast path in generic matmul
This manually adds the critical optimisation investigated in Julia issue
56954. While we could rely on LLVM to continue doing this optimisation,
it's more robust to add it manually.1 parent 2a1696a commit 7b46941
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1021 | 1021 | | |
1022 | 1022 | | |
1023 | 1023 | | |
| 1024 | + | |
1024 | 1025 | | |
1025 | 1026 | | |
1026 | 1027 | | |
| |||
0 commit comments