This commit is contained in:
Romain Dolbeau 2022-08-21 11:08:08 +02:00
parent d1f07a12be
commit b27fdca5a2
1 changed files with 2 additions and 2 deletions

View File

@ -1441,7 +1441,7 @@ BLITSM8D32_FWD_FWD(over, TROVERl, TROVERl4)
dptr_elt ++; \
mptr_elt ++; \
} \
sptr_line += dst_stride; \
sptr_line += src_stride; \
mptr_line += msk_stride; \
dptr_line += dst_stride; \
} \
@ -1494,7 +1494,7 @@ BLITS32M32D32_FWD_FWD(over, TROVERh, TROVERh4)
sptr_elt ++; \
dptr_elt ++; \
} \
sptr_line += dst_stride; \
sptr_line += src_stride; \
dptr_line += dst_stride; \
} \
}