removed unnessesary instructions from zgemm_kernel_2x2_bulldozer.S
This commit is contained in:
parent
a82da3d069
commit
067e8417fd
|
@ -941,8 +941,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
addq $2 * SIZE, CO1 # coffset += 2
|
addq $2 * SIZE, CO1 # coffset += 2
|
||||||
decq I # i --
|
|
||||||
jg .L2_41
|
|
||||||
ALIGN_4
|
ALIGN_4
|
||||||
|
|
||||||
|
|
||||||
|
@ -1371,15 +1369,10 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
addq $2 * SIZE, CO1 # coffset += 2
|
addq $2 * SIZE, CO1 # coffset += 2
|
||||||
decq I # i --
|
|
||||||
jg .L1_41
|
|
||||||
ALIGN_4
|
ALIGN_4
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.L999:
|
.L999:
|
||||||
movq SP, %rsp
|
movq SP, %rsp
|
||||||
movq (%rsp), %rbx
|
movq (%rsp), %rbx
|
||||||
|
|
Loading…
Reference in New Issue