Browse Source

Merge branch 'bulldozer' into develop

tags/v0.2.9.rc1
Zhang Xianyi 12 years ago
parent
commit
fe98de2f68
2 changed files with 0 additions and 15 deletions
  1. +0
    -8
      kernel/x86_64/cgemm_kernel_4x2_bulldozer.S
  2. +0
    -7
      kernel/x86_64/zgemm_kernel_2x2_bulldozer.S

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

@@ -1048,8 +1048,6 @@
#endif
addq $4 * SIZE, CO1 # coffset += 4
decq I # i --
jg .L2_21
ALIGN_4
@@ -1247,8 +1245,6 @@
#endif
addq $2 * SIZE, CO1 # coffset += 2
decq I # i --
jg .L2_41
ALIGN_4
@@ -1679,8 +1675,6 @@
#endif
addq $4 * SIZE, CO1 # coffset += 4
decq I # i --
jg .L1_21
ALIGN_4
@@ -1863,8 +1857,6 @@
#endif
addq $2 * SIZE, CO1 # coffset += 2
decq I # i --
jg .L1_41
ALIGN_4


+ 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