removed unnessesary instructions from zgemm_kernel_2x2_bulldozer.S
This commit is contained in:
parent
a82da3d069
commit
067e8417fd
|
@ -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…
Reference in New Issue