Browse Source

repaired trmm bug in zgemm_kernel_2x2_bulldozer.S

tags/v0.2.9.rc1
wernsaar 12 years ago
parent
commit
6e0a2fbc0c
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      kernel/x86_64/zgemm_kernel_2x2_bulldozer.S

+ 3
- 0
kernel/x86_64/zgemm_kernel_2x2_bulldozer.S View File

@@ -949,6 +949,9 @@
.L2_60:
#if defined(TRMMKERNEL) && !defined(LEFT)
addq $2, KK
#endif
decq J // j --
jg .L2_01 // next 2 lines of N


Loading…
Cancel
Save