Revert "use unaligned load"
This reverts commit f50f2fd2a7
.
Change Ib7506e3e aligns the buffer
Change-Id: Ie0f8bd3e57cfdfef81d39638a1451458ebbae2e0
This commit is contained in:
parent
c764c2a20f
commit
945dad277d
@ -84,7 +84,7 @@ temporal_filter_apply_load_8:
|
|||||||
jmp temporal_filter_apply_load_finished
|
jmp temporal_filter_apply_load_finished
|
||||||
|
|
||||||
temporal_filter_apply_load_16:
|
temporal_filter_apply_load_16:
|
||||||
movdqu xmm0, [rsi] ; src (frame1)
|
movdqa xmm0, [rsi] ; src (frame1)
|
||||||
lea rsi, [rsi + rbp] ; += stride
|
lea rsi, [rsi + rbp] ; += stride
|
||||||
movdqa xmm1, xmm0
|
movdqa xmm1, xmm0
|
||||||
punpcklbw xmm0, xmm7 ; src[ 0- 7]
|
punpcklbw xmm0, xmm7 ; src[ 0- 7]
|
||||||
|
Loading…
Reference in New Issue
Block a user