removed unnessesary instructions from zgemm_kernel_2x2_bulldozer.S
This commit is contained in:
parent
fa3f1cd125
commit
333c1b8431
|
@ -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