Skip to content

Commit d84c372

Browse files
authored
Update ggml-quants.c
1 parent ed6f845 commit d84c372

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml/src/ggml-quants.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9196,6 +9196,7 @@ void ggml_vec_dot_q6_K_q8_K(int n, float * restrict s, size_t bs, const void * r
91969196
sumi_1 = _mm_add_epi32(sumi_1, _mm_add_epi32(p16_1, p16_3));
91979197
sumi_0 = _mm_add_epi32(sumi_0, _mm_add_epi32(p16_4, p16_6));
91989198
sumi_1 = _mm_add_epi32(sumi_1, _mm_add_epi32(p16_5, p16_7));
9199+
91999200
}
92009201

92019202
sumi_0 = _mm_sub_epi32(sumi_0, q8sclsub_0);

0 commit comments

Comments
 (0)