Skip to content

Commit e3ee3fd

Browse files
authored
Update x86-sse2.h
add stosb fill ssvb#16
1 parent b75bd47 commit e3ee3fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

x86-sse2.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ void aligned_block_copy_movsb(int64_t * __restrict dst,
3636
void aligned_block_copy_movsd(int64_t * __restrict dst,
3737
int64_t * __restrict src,
3838
int size);
39-
39+
void aligned_block_fill_stosb(int64_t * __restrict dst,
40+
int64_t * __restrict src,
41+
int size);
4042
void aligned_block_copy_sse2(int64_t * __restrict dst,
4143
int64_t * __restrict src,
4244
int size);

0 commit comments

Comments
 (0)