Skip to content

Commit cb5cc71

Browse files
committed
Bugfix: reverted accidental whitespace change
1 parent 549b662 commit cb5cc71

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
@@ -2055,7 +2055,7 @@ static void ggml_vec_dot_q4_0(const int n, float * restrict s, const void * rest
20552055
bx = _mm_sub_epi8( bx, off );
20562056
by = _mm_sub_epi8( by, off );
20572057

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

20612061
// Sign the values of the y vectors

0 commit comments

Comments
 (0)