Browse Source

removed unnessesary instructions from zgemm_kernel_2x2_bulldozer.S

tags/v0.2.9.rc1
wernsaar Zhang Xianyi 12 years ago
parent
commit
067e8417fd
1 changed files with 0 additions and 7 deletions
  1. +0
    -7
      kernel/x86_64/zgemm_kernel_2x2_bulldozer.S

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

@@ -941,8 +941,6 @@
#endif
addq $2 * SIZE, CO1 # coffset += 2
decq I # i --
jg .L2_41
ALIGN_4
@@ -1371,15 +1369,10 @@
#endif
addq $2 * SIZE, CO1 # coffset += 2
decq I # i --
jg .L1_41
ALIGN_4
.L999:
movq SP, %rsp
movq (%rsp), %rbx


Loading…
Cancel
Save