Skip to content

Commit d8acf29

Browse files
committed
Bugfix: reverted accidental whitespace change
1 parent a74bf2a commit d8acf29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2056,7 +2056,7 @@ static void ggml_vec_dot_q4_0(const int n, float * restrict s, const void * rest
20562056
bx = _mm_sub_epi8( bx, off );
20572057
by = _mm_sub_epi8( by, off );
20582058

2059-
// Get absolute values of x vectors
2059+
// Get absolute values of x vectors
20602060
const __m128i ax = _mm_sign_epi8(bx, bx);
20612061

20622062
// Sign the values of the y vectors

0 commit comments

Comments
 (0)