Browse Source

repaired trmm bug in cgemm_kernel_4x2_bulldozer.S

tags/v0.2.9.rc1
wernsaar 13 years ago
parent
commit
99727ac013
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      kernel/x86_64/cgemm_kernel_4x2_bulldozer.S

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

@@ -1255,6 +1255,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