Skip to content

Commit 11123f8

Browse files
committed
Update changes to remove unnecessary whitespaces
1 parent 559b050 commit 11123f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cpu/ggml-cpu-aarch64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4616,7 +4616,7 @@ static void ggml_gemm_q4_K_8x8_q8_K(int n, float * GGML_RESTRICT s, size_t bs, c
46164616
utmp_01[1] = (utmp_01[2] & kmask2) | (((utmp_01[0] >> 6) & kmask3) << 4);
46174617
utmp_01[2] = uaux_01;
46184618
utmp_01[0] &= kmask1;
4619-
4619+
46204620
// The below block is for eg to extract first sub block's scales and mins from different Q4_K structures for the sb loop
46214621
memcpy(utmp_10, b_ptr_1[b].scales + sb * 24, 12);
46224622
utmp_10[3] = ((utmp_10[2] >> 4) & kmask2) | (((utmp_10[1] >> 6) & kmask3) << 4);

0 commit comments

Comments
 (0)